body{
	margin:0;
	width:100dvw;
	height:100dvh;
	background:#39e5e5;
	background:linear-gradient(135deg,#39e5e5,#39e539)
}
img{
	position:relative;
	width:66dvh;
	top:50dvh;
	left:50dvw;
	transform:translate(-33dvh,-33dvh);
	filter:drop-shadow(0 1px 2px rgba(0,0,0,0.5))
}
@media only screen and (orientation:portrait){
	img{
		width:66dvw;
		transform:translate(-33dvw,-33dvw)
	}
}
