html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page-footer {
    margin-top:auto;
    width: 100%;
}

.page-color {
    background-color: #e4750e !important;
}

.top{
    margin-top: auto;
}

.text{
    color: #321901;
}
