html{
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: white;
}

footer{
    margin-top: auto;
    background-color: #F7931E;
}

footer p{
    margin-top: 10px;
    text-align: center;
    color: white;
    font-size: small;
}
