*{
	font-family: sans-serif;
	box-sizing: border-box;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
html{
    background: #eef5fb;
}
body{
	margin: 10px auto;
	width: 320px;
	height: 320px;
	padding: 15px;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
}
img{
    height: 150px;
    margin: auto;
    display: block;
}