html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
	line-height: 1.2;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
}
h1 {
    margin-bottom: 0.5em;
    padding: 0.3em 0;
    text-align: center;
    font-size: 1.5rem;
    border-bottom: 1px solid #000;
}
.site_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.container {
    /*max-width: 1000px;*/
    margin: 0 auto;
    padding: 0 15px;
}