#content-box {
    padding: 0rem;
}

.intro {
    background-image: var(--wave-pattern-tall);
}

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

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

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

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

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