body
{
    font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    padding-top: 54px;
    color: black;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
}

#error-message-container
{
    background-color: rgba(255,255,255,0.85);
    border-radius: 2.5rem;
    padding: 0.5rem 2rem 3rem 2rem;
    margin: 2.5rem 0 2.5rem 0;
    box-shadow: 0.5rem 0.5rem 1rem rgba(55,55,55,0.7);
}

#content-scroll
{
    background-color: rgba(52,58,64,0.5);
}

a
{
    color: #FF7500;
}

a:visited
{
    color: #B1500A;
}