
body {
    max-width: 80ch;
    margin: 2.5rem auto;
    padding: 0 0.625rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #222222;
}

a {
    color: #0066CC;
}

a:visited {
    color: #0066CC;
}

h1 {
    text-align: center;
}

section {
    margin-bottom: 2.5rem;
}

.menu {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;

    @media (max-width: 768px) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: max-content;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
    }

    @media (max-width: 440px) {
        display: block;
        width: 100%;
    }
}

.menu-item {
    width: max-content;
}


figure {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

figcaption {
    font-size: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.25rem;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}


.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.img-button-badge {
    height: 31px;
    width: 88px;
    image-rendering: pixelated
}
