body {
    margin: 0;
    background-color: #F1F1F1;
}

main {
    font-family: RMNeue;
    background: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #313134;
    padding: 8px 0;
}

h2 {
    font-size: 32px;
    line-height: 32px;
    color: #313134;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    color: #313134;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    color: #313134;
    font-weight: 400;
}

p {
    color: #56565B;
    font-size: 16px;
    line-height: 20px;
}

.dark-text {
    color: #313134;
}

.brighter-text {
    color: #56565B;
}

main .pricing-section {
    margin: 0;
}

.control-button.m-button {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 32px;
}

main a, a#signup-button, a#login-button {
    color: inherit;
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 64px;
        line-height: 64px;
    }

    h3 {
        font-size: 32px;
        line-height: 32px;
        font-weight: 400;
    }

    h2 {
        font-size: 48px;
        line-height: 48px;
    }

    h4 {
        font-size: 24px;
        line-height: 28px;
    }

    p {
        font-size: 20px;
        line-height: 24px;
    }
}
