#content-box {
    padding: 0rem;
}

.intro {
    background-image: var(--wave-pattern);
    background-position: bottom;
    padding: 1rem;
    text-align: center;
}

.circle {
    position: relative;
    margin: auto;
    max-width: 210px;
}

.circle > img {
    max-width: 100%;
}

a[lang="en"] {
    right: -75px;
    top: 20px;
}

a[lang="es"] {
    left: -75px;
    top: 20px;
}

.summary {
    margin: 2rem auto auto auto;
}

.button-grid {
    justify-content: center;
    margin-top: 3rem;
}

.button-grid .button {
    flex-grow: 1;
}

.grid {
    justify-content: center;
    margin: 3rem auto 6rem auto;
}

.footer {
    line-height: 1.5rem;
    margin: 2rem auto auto auto;
    text-align: center;
}


@media screen and (min-width: 800px) {
    .intro {
        padding: 2rem;
    }
}
