body {

}

body {
    font-size: 16px;
}

p, li {
    font-family: 'Bitter', serif;
}

p {
    --font-size: 1.2rem;
    font-size: var(--font-size);
    line-height: calc(var(--font-size) * 1.3);
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

.background {
    background-image: url(/assets/denver.jpg);
    height: 100vh;
    position: fixed;
    width: 100vw;
    top: var(--offset);
    opacity: var(--opacity);

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index: -1;
}

footer{
    margin-left: auto;
    margin-right: auto;
}
