/* Base styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #333;
    background-image: url('../images/df.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 8vh;
    color: #fff;
    padding: 0 5%;
    margin-top: auto;
    box-sizing: border-box;
}

#content {
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


footer .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

footer .icons a {
    margin: 0 5px;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}