html {
    font-family:"Barlow", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
body {
    height: 100%;
    min-height: 100%;
	background: #d8ebeb;
}
.page-container {
    margin: 0 auto;
    width: 500px;
    text-align: center;
    margin-top: 20px;
    background: white;
    padding: 30px;
}
