
.footer {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-color: #121212;
    padding: 1rem 0;
    text-align: center;
    margin-top: 120px;

    /* Ensure the footer spans the full width of the viewport */
    width: 100vw; 
    position: relative;
    left: 0;
}

.footer-content {
    font-size: 0.9rem;
    color: #aaa;
}

.footer-content strong {
    color: #ff7b00;
}