html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 26px;
    color: #fff;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.3;
}


h6 {
    font-size: 1.15rem;
    line-height: 110%;
    margin: 0.7666666667rem 0 0.46rem 0;
}

p {
    /*font-size: 16px;
    line-height: 20px;*/
}


