
    .page-footer{
        display:                flex;
        justify-content:        center;
        align-items:            center;
        width:                  100%;
        height:                 0.85rem;
        background-color:       #000000;
        text-align:             center;
        color:                  #ffffff;
        font-size:              0.7rem !important;
    }
    .visited{
        color:                  #ffffff;
    }
    .visited:visited{
        color:                  #ffffff;
    }
