.base-module .base-container > a:first-of-type {
    margin: 24px auto;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    border: 3px solid black;
    width: max-content;
    padding: 12px 24px;
    border-radius: 3rem;
    font-weight: 400;
}

@media screen and (min-width: 90rem) {
    .base-module .base-container > a:first-of-type {
        grid-column: 2 / span 10;
    }
}