* {
	margin: 0;
	padding: 0;
}

#layout {
	width: 100vw;
	height: 100vh;
	background: url("/images/background-go-ny.webp") no-repeat center center fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo {
	margin-top: 5%;
	width: 66%;
	max-width: 100%;
}

.wip {
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 4px solid #ffbc23;
	color: #393939 !important;
	max-width: 300px;
	padding: 1.5em;
	font-family: sans-serif;
}



@media screen and (orientation:portrait) {
	.logo {
		margin-top: 15%;
		width: 100%;
	}
}