body {
    background-color: #fff;
}

main {
    padding-top: 48pt;
}

@media only screen and (min-width: 992px) {
    main {
        width: 54em;
        margin: 0 auto;
    }
}

h1 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 36pt;
    color: #173f5f;
    margin: 0;
    padding: 0;
    padding-bottom: 16pt;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24pt;
    color: #20639b;
    margin: 0;
    padding: 0;
}

section {
    padding-bottom: 12pt;
}

section#title {
    border-bottom: 2px solid #20639b;
}

section#app {
    margin-top: 16pt;
    margin-bottom: 32pt;
}

p {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16pt;
    line-height: 150%;
    color: #173f5f;
}

@media only screen and (min-width: 992px) {
    p {
        width: 75%;
    }
}

a {
    color: #992020;
}

a:hover {
    color: #b40f3a;
}

a:active {
    color: #5e0909;
}

a.button {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16pt;
    background: #992020;
    color: #fff;
    text-decoration: none;
    padding: 16pt;
    border-radius: 8px;
}

a.button:hover {
    background: #b40f3a;
}

a.button:active {
    background: #5e0909;
}
