.footer {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Roboto",sans-serif;
    font-size: 1rem !important;
}
.footer-columns {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.footer-column {
    flex: 1;
    padding: 0 0.5rem 1rem 0.5rem;
}
.footer-column h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2.5rem;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column li {
    margin-bottom: 8px;
}
.footer-column a {
    color: white;
    text-decoration: none;
    font-weight: lighter;
    font-size: 2rem !important;
}
.footer-column a:hover {
    text-decoration: underline;
}
.footer-bottom {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 2rem;
}
.footer-bottom a {
    color: white;
    margin-left: 1rem;
    text-decoration: none;
    align-items: center;
}
.footer-bottom a:hover {
    text-decoration: underline;
}