﻿body {
	margin: 0;
	height: 100vh;
	display: grid;
	place-items: center;
}
img {
	border: 0px;
	max-width: 100%;
	}