footer {
    color: black;
    background-color: white;
    opacity: 0.9;
    height: auto;
}

footer .row {
    margin-top: -15%;
}

footer h3 {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 5px;
    font-size: 2rem;
    text-decoration-color: black;
    text-underline-offset: 30%;
}

footer ul {
    list-style-type: none;
}

footer li a {
    text-decoration: none !important;
    color: black;
    cursor: pointer;
}

footer li a:hover {
    color: red;
}

footer .container {
    position: relative;
    left: 3.5%;
}
