body{
	background-image: url('../images/background.webp');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}

#overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;    
	background: linear-gradient(to left, rgba(0, 159, 227, 0.85), rgba(242, 143, 23, 0.85));
}

.logo img{
	width: 100%;
	max-width: 150px;
}