* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FDE2D2;
}

#fullscreen {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (orientation: landscape) {
	img {
		height: 90vh;
	}
}
@media (orientation: portrait) {
	img {
		width: 90vw;
	}
}
