html {
  height: 100%;
}

body {
    font-family: -apple-system, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.75;
    background: #F4F4F4;
    -webkit-font-smoothing:antialiased;
	min-height: 100%;
}

div, h1, h2, p {
	margin: auto;
	text-align: center;
}