footer {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 9px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-logo > svg {
    height: 35px;
}

.footer-terms {
    display: flex;
    justify-content: center;
    gap: 10px;
}

footer a {
    text-decoration: none;
}

/*footer {*/
/*    background-color: blue;*/
/*}*/

/*footer, footer a {*/
/*    color: white*/
/*}*/

/*footer a:hover {*/
/*    color: green;*/
/*}*/

/*.footer-logo > svg {*/
/*    fill: white;*/
/*}*/

/*.footer-logo svg:hover  {*/
/*    fill: orange;*/
/*}*/

