body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(#030e20, #00ddb3);
    font-family: 'FuturaPT-Book', sans-serif;
    font-size: 125%;
}

h1 {
    font-family: 'Serenity-DemiBold', sans-serif;
}

h2 {
    font-family: 'Serenity-DemiBold', sans-serif;
    font-weight: 500;
}

address {
    font-style: normal;
    line-height: 2em;
}

p, a {
    line-height: 2em;
    text-decoration: none;
}

main {
    flex: 1;
    box-sizing: border-box;
}

footer {
    width: 100%;
    background: #000619;
    color: #ffffff;
    text-align: center;
    padding: 90px 0;
    box-sizing: border-box;
    font-size: .9em;
    line-height: 1.4em;
}

#logo {
    height: 53px;
}

.button {
    height: 60px;
    width: 100%;
    max-width: 200px;
    margin: 60px auto;
    background: #000619;
    box-sizing: border-box;
    line-height: 52px;
    border: #000619 solid 4px;
    border-radius: 30px;
    font-size: .9em;
}

.btn-primary {
    color: #ffffff;
}

.landing-logo {
    width: 100%;
}

.outer-content {
    width: 100%;
    max-width: 900px;
    margin: 5% auto 80px;
    padding: 0 20px;
    box-sizing: border-box;
}

.inner-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 40px;
    box-sizing: border-box;
}

.sec-landing {
    text-align: center;
    width: 60%;
    max-width: 500px;
    margin: 30vh auto 0;
}

    .button {
        margin-top: 120px;
    }

.main-legal {
    background: #ffffff;
}
