body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.alert-dismissible {
    background-color: #f2c05a;
    color: #fff;
    padding: 10px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}

p.foot-copyright{
    font-family: maxwell, helvetica, sans-serif;
    text-align: center;
    font-size: small;
    color: darkgrey;
}

footer {
    margin-top: auto;
}