/* Footer */
footer {
    text-align: center;
    color: white;
    background-color: #1E1E1E;
    padding-top: 2.5vh;
    padding-bottom: 0.5vh;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 30px; /* Creates spacing between content and footer */
}

.bg-gray {
    background: #eee;
}