body {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(116.82deg, #1755DB 0%, #8F2BC9 100%);
	background-repeat: no-repeat;
	background-size: cover;
}
.logo {
	width: 200px;
	height: auto;
}
.construction {
	width: 100%;
}
@media only screen and (max-width: 800px) {
	.construction {
		width: 75%;
	}
}