/**
    The layout defines
 */

body {
    height: 100%;
    font-family: "Lato",Arial,Helvetica,sans serif;
    background-color: var(--light-bg);
}

.content {
    text-align: center;
    background-color: var(--light-bg);
    color: var(--light-text);

    /* Footer Update */
    min-height: 100vh;
    position: relative;
}

main {
    margin-top: 90px;

    /* Footer Update */
    padding-bottom: 128px;
}

header span {
    font-family: "Roboto Slab", Lato, sans serif;
}

h1 {
    font-weight: 400;
    font-size: 2.5em;
    font-family: "Roboto Slab", sans serif;
}

h2 {
    font-weight: 400;
    font-size: 2em;
    font-family: "Roboto Slab", sans serif;
}

h3 {
    font-weight: 400;
    font-size: 1.75em;
    font-family: "Roboto Slab", sans serif;
    margin-block: .5em;
}

h4 {
    font-weight: 400;
    font-size: 1.5em;
    font-family: "Roboto Slab", sans serif;
    margin-block: .33em;
}


ul{
    padding-inline-start: 0;
    list-style: none;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #3f4444;
}