footer {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

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