@font-face {
    font-family: Ubuntu-Regular;
    src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); 
}
  
@font-face {
    font-family: Ubuntu-Bold;
    src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); 
}

.page-footer{
    display: none !important;
}
@media screen and (min-width: 600px) {
    .page-footer {
        height: 100px;
        display: block !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #827ffe; 
    }
    
    .page-footer-content {
        font-family: Ubuntu-Regular;
        color: white;
    }
    
    .page-footer-hr {
        background-color: white;
        height: 1px;
        border: none;
    }
}