* {
	font-face: verdana,sans-serif;
}

body {
	background: #fff;
	margin: 0;
}

img {
	max-width: 86%;
}

.main {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100vh;
	justify-content: center;
	width: 100vw;
}