html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}
body {
	text-align: center;
	padding: 10% 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	justify-content: center;
	align-content: center;
    box-sizing: border-box;
}
.logo {
    width: 1000px;
    max-width: 100%;
}
