@import url("https://fonts.googleapis.com/css?family=Spartan:100&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap");
@import url("https://use.fontawesome.com/releases/v5.12.1/css/all.css");

body
{
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.6em;
    color: slategray;
    background: ghostwhite;
    text-align: center;
}

header
{
    margin-top: 50px;
}

header p
{
    font-size: 1.46em;
    margin: 0;
}

h1
{
    font-family: Spartan, sans-serif;
    font-size: 6em;
    font-weight: unset;
    margin: 0;
    padding-top: 50px;
    line-height: 0.75;
}

i
{
    padding-right: 10px;
}

#dl
{
    margin-top: 100px;
    margin-bottom: 100px;
}

#dl a
{
    text-transform: uppercase;
    background: #88ccbb;
    color: white;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    white-space: nowrap;
}

#dl a:hover
{
    background: #99ddcc;
}

#dl p
{
    font-size: 0.8em;
    padding-top: 20px;
}

#links
{
    display: inline-flex;
    flex-direction: column;
}

#links a
{
    color: inherit;
    text-decoration: none;
    margin: 15px;
}

#links a:hover
{
    color: #88ccbb;
}

@media (max-width: 540px)
{
    header
    {
        margin-top: 20px;
    }

    h1
    {
        font-size: 5em;
    }
}

@media (max-width: 480px)
{
    h1
    {
        font-size: 3.8em;
    }

    #dl
    {
        margin-top: 75px;
        margin-bottom: 75px;
    }
}
