.site-footer {
    width: 1280px;
    height: 25px;
    background-color: #112839;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Verdana, sans-serif;
    color: #ffffff;
    font-size: 12px;
}

.footer-content .separator {
    margin: 0 8px;
}

.footer-content a {
    color: #ffffff;
    text-decoration: none;
}
