footer {
    background-color: #343A40;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
}

footer a {
    color: white;
}

footer a:hover {
    text-decoration: none;
}