/* Base Footer Styles */
footer {
    position: relative;
    /* Relative positioning for mobile-friendly layout */
    bottom: 0;
    width: 100%;
    background-color: rgb(156, 38, 38, 0.85);
    color: white;
    text-align: center;
    border-radius: 20px;
    margin-top: auto;
    /* Ensures footer stays at the bottom of content */
}

/* Footer Copy Text Styles */
.copy {
    font-size: 12px;
    /* Default for larger screens */
}