body
{
    background-color: #00594F;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.cover-container
{
    max-width: 42em;
}

main
{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1
{
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}

.description
{
    font-size: 25px;
    margin-bottom: 60px;
    font-weight: 300;
}

.description .description_row
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

a, a:hover, a:active
{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

a:hover
{
    text-decoration: underline;
}

footer
{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 200;
}

footer p
{
    margin: 30px 0;
}

@media(max-width:768px)
{
    .description
    {
        font-size: 16px;
    }

    .description .description_row
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    .description .description_row > span
    {
        margin-right: 5px;
    }

    main a
    {
        font-size: 14px;
    }

    footer
    {
        position: static;
    }
}
