body {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 100%;
    position: absolute;
	display: flex;
	align-items: center;
    justify-content: center;
    background-color: #FFFC00;
}

img {
    width: 200px;
    user-select: none;
    pointer-events: none;
}


@media screen and (max-width: 600px) {

}