@font-face {
	font-family: "pixelify";
	src: url(assets/Pixelify_Sans/PixelifySans-VariableFont_wght.ttf);
}

body {
	background-image: url("assets/website.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

	font-family: "pixelify";

	color: white;
}

.container {
	display: flex;
	justify-content: center;
}

.container-box {
	height: 200vh;
	width: 30vw;
}

.info-box {
	font-size: 2rem;
	color: white;
	text-align: center;
	margin-bottom: 100vh;
	text-shadow: 2px 8px 16px rgba(0, 0, 0, 0.329);
}

.logo-box {
	width: 30vw;
}

.logo {
	width: 100%;
	height: fit-content;
	align-content: center;

	transition: all 0.5s ease;
}
.logo:hover {
	scale: 1.1;
}

#follow {
	position: absolute;
	text-align: center;
}
