body{
	background: white;
	height: 100vh;
	width: 100vw;
	color: white;
	text-align: center;
}
body.one{
	background: #EDCAB9 !important;
}
body.two{
	background: #DDA586 !important;
}
body.three{
	background: #8D261C !important;
}


.logo{
	margin: 80px auto 50px;
}

.logo img{
	margin: 0 auto;
	max-width: 50%;
}