html { 
	background: white;
}
body {
	margin: 0;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100vh;
	background-image: url('../img/bg/summer/day.webp');
}