.big-button a,
.big-button a:link
{
    text-decoration: none;
    display: block;
    box-shadow: var(--arta-shadow-black);
    border-radius: var(--arta-border-radius);
    text-align: center;
    padding: 25px;
    color: var(--gt-drk-gold);
    font-family: var(--font-roboto-condensed);
    font-weight: 500;
    font-size: 1.9rem;
    height: 100%;
    align-content: center;
    line-height: 1.2em;
}

.big-button a:hover
{
    text-decoration: underline;
    background-color: var(--bs-light);
}

.big-button
{
    background-color: var(--gt-white);
    height: 100%;
}