footer{
    font-family: 'Georgia';
    border-top: 1px solid white;
}

.hr{
    border: 1px solid white;
}

.legal-content{
    color: white;
}

.legal-content a{
    font-size: 14px;
}

.legal-content a:hover{
    color: var(--bs-warning) !important;
}