.footer {
    background-color: #FF6B6B;
    color: white;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.footer a {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}