.site-footer {
    position: relative;
    width: 100%;

    box-sizing: border-box;

    background: #1A1613;
    border: 5px solid white;

    padding: 15px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 20px;
}

.footer-content p {
    color: white;
    font-size: 16px;
    margin: 5px 0;
}