@import "/assets/css/reset.css";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@900&display=swap");
body {
	background-attachment: fixed;
	background-color: rgba(23,23,23,1);
	background-image: url("/assets/img/background_2560.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo-container {
	height: auto;
	left: 50%;
	max-height: 61.8vh;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 61.8vw;
}
.logo {
	filter: invert(1);
	height: auto;
	padding: 8px;
	width: 100%;
}
::selection {
	color: rgba(255,255,0,1);
	background-color: rgba(23,23,23,1);
}