footer {
    background: linear-gradient(to right, #ff5f6d, #ffc371);
    color: white;
    text-align: center;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}
