h1 {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: normal;
}

h2 {
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: bold;
}

.top h2 {
    font-size: 40px;
}

h3 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: bold;
}

p {
    font-size: 14px;
    line-height: 1.25em
}

.header {
    text-align: center;
}

header img {
    margin: 0 auto;
    width: 200px;
}

.policies .policy {
    font-family: 'Montserrat', sans-serif;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    padding-top: 50px;
}

.top {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 79px;
}

.top img {
    max-width: 90%;
    height: auto;
    margin-top: 20px;
}

.ads {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.footer {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    margin: 0 -10px;
}

.support {
    font-family: Avenir, Helvetica, Arial, sans-serif;
}

.links {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    text-align: right;
}

.footer a {
    margin: 0 10px;
    text-decoration: none;
    color: #3ca84b;
    font-size: 14px;
    display: block;
    padding: 0 10px;

    @media screen and (min-width: 768px) {
        font-size: initial;
        display: inline-block;
    }
}