.footer {
    position: fixed;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-decoration-none{
    text-decoration: none;
}

.text-break{
    word-break: break-word;
}

h1 a, h1 a:hover{
    color: black;
    text-decoration: none;
}

 @media print{
    .no-print{
        visibility: hidden;
        display: none;
    }
}