/*
Author: Max Tolsma
Beschrijving: FLSOUND website, sound samples
Datum: 18-1-2026
*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.footer {
    background-color: #cc6600;
    color: black;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    margin-top: auto;
}
