@font-face{
	font-family: Nunito;
	src: url('/fonts/Nunito.woff2');
	font-display: swap;
}
html{
	height: 100%;
	width: 100%;
	background-color: #153B50;
}
body{
	margin: 0;
	font-family: Nunito;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
h1{
	font-size: 64pt;
	text-align: center;
	color: #81B356;
	@media only screen and (max-width: 769px){
		font-size: 36pt;
	}
	@media only screen and (max-width: 425px){
		font-size: 22pt;
	}
}
h1 > span{
	color: #CC998D;
}