@font-face {
	font-family: 'WinterParadise';
	src: url('fonts/WinterParadise.ttf') format('ttf'),
	url('fonts/WinterParadise.woff') format('woff');
}

body {
	margin: 0;
}
.container {
	background: url('../images/2022.jpg');
	background-size: cover;
	width: 100%;
	height: 100vh;
}
.text {
	width: 98%;
	text-align: center;
	position: absolute;
	top: 65%;
	font-family: WinterParadise, sans-serif;
	font-size: 6rem;
	color: #fff;
}
#squirrel {
	text-align: right;
}
#squirrel img {
	cursor: pointer;
	width: 32px;
	height: 32px;
}