body{
	padding: 0;
    margin: auto;
}

.logo {
    background: #fff url(../../images/logo.svg);
	color: #fff;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100vh;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0;
}
.white_background{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgb(255 255 255 / 68%);
}
.white_background a{
	font-size: 50px;
}

.white_background div{
	padding: 25% 10% 0px 10%;
}


@media screen and (max-width:599px){
	.white_background a{
		font-size: 20px;
	}
	.white_background div{
		padding: 70% 0% 0px 0%;
	}
}