/* General Layout */

html {
    height: 100%;
}


body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
