






/* Footer Styling */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
  

}



/* Spacer top-margin */
.spacer {
    height: 2rem;
}