/**************** LINKS ****************/

.div-foot-links {
    padding-top: 2vh;
    text-align: center;
    background-color: var(--custom-yellow) !important;
}

.div-foot-links .button-wrapper button {
    width: 70%;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: var(--custom-white);
    margin-bottom: 3vh;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    color: black !important;
    min-height: 80%;
}
.div-foot-links .button-wrapper a {
    text-decoration: none;
    white-space: normal;
    font-weight: bold;
}
.div-foot-links .button-wrapper button:focus,
.div-foot-links .button-wrapper button:active:focus {
    outline: 0;
}
.div-foot-links .button-wrapper button:hover {
    text-decoration: none;
    color: var(--custom-blue) !important;
}
.div-foot-links .button-wrapper a:focus {
    text-decoration: none;
    color: black;
    outline: 0;
}