





a:hover {
    text-decoration: none !important;
}



/* Footer Styling */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    color: white;
    width: 100%;
    background-color: gray;
    text-align: center;
    padding: 7px 0;
    margin-top: 15px;
}


/* Spacer top-margin */
.spacer {
    height: 2rem;
}