body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-size: cover;
    background: url('../images/light.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

footer {
    margin-top: auto;
    text-align: center;
}