/* FOOTER STYLING */
.site-footer {
    text-align: center;
    padding: 40px 20px;
    border-top: 1px solid #222;
    margin-top: 80px;
    background-color: #050505;
}

.footer-content p {
    font-size: 0.8rem;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}