


/* Footer Styling */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;                 /* white text for contrast */
    text-align: center;
    padding: 6px 0;              /* reduced vertical height */
    font-size: 0.9rem;           /* slightly smaller text */
    background-color: #111;      /* dark background for social app look */
    box-shadow: 0 -1px 3px rgba(0,0,0,0.5); /* subtle separation shadow */
    z-index: 1000;               /* keep it above other content */
}



/* Spacer top-margin */
.spacer {
    height: 2rem;
}