body {
    font-family:
        Nunito Sans,
        serif;
    padding: 0;
    max-width: 80rem;
    margin: auto;
}

header {
    max-width: 80rem;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    background-color: hsla(35, 10%, 7%, 0.5);
    z-index: 1;
}

.subheader {
    flex-grow: 1;
    display: flex;
}

h1 {
    flex: 1 10em;
    flex-grow: 1;
    margin: 0.5rem 0;
    font-weight: lighter;
    text-align: center;
    font-size: 1.25rem;
    color: white;
}

h2 {
    flex: 1;
    padding: 0.5rem;
    margin: 0;
    font-weight: lighter;
    text-align: center;
    font-size: 1rem;
    a {
        color: white;
        text-decoration: none;
    }
    a.current {
        color: white;
        text-decoration: underline;
        text-decoration-thickness: 0.08rem;
        text-decoration-color: hsl(35, 60%, 80%);
        text-underline-offset: 0.1rem;
    }
}

.picture {
    img {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        object-fit: cover;
    }
    p {
        width: 100%;
        max-width: 80rem;
        position: absolute;
        top: 40dvw;
        text-align: center;
        font-weight: 700;
        font-size: 2rem;
        color: hsl(35, 60%, 80%);
        text-shadow: hsl(16, 60%, 10%, 75%) 0 0 1dvw;
        padding: 0;
        margin: 0;
    }
}

h3 {
    font-weight: normal;
    margin: 0;
    text-align: center;
}

section {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem;
    img {
        width: 100%;
        display: block;
    }
    div {
        flex-grow: 1;
        flex: 1 20rem;
    }
}

section.focus {
    background-color: hsl(210, 100%, 90%);
}

footer {
    padding: 1rem;
    background-color: hsl(35, 13%, 31%);
    color: hsl(35, 100%, 98%);
    p {
        margin: 0;
    }
}

.nunito-sans-normal {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}
