.headerblock{
    position               : fixed;
    top                    : 0px;
    left                   : 0px;
    right                  : 0px;
    margin-top             : 0px;
    margin-left            : 0px;
    margin-right           : 0px;
    width                  : 100%;
    height                 : 80px;
    background-color       : rgba(255,255,255,0.5);
    backdrop-filter        : blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow             : 0 20px 50px rgba(0,0,0,0.2);
    align-items            : center;
}
.centertext{
    position    : fixed;
    top         : 0;
    left        : 0;
    right       : 0;
    margin-top  : 20px;
    margin-left : 20px;
    margin-right: 20px;
    text-align  : center;
    filter      : drop-shadow(0 0 2rem #000);
    text-shadow : none!important;
    color       : black;
}
.lefttext{
    position    : fixed;
    top         : 0;
    left        : 0;
    right       : 0;
    margin-top  : 20px;
    margin-left : 20px;
    margin-right: 20px;
    text-align  : left;
    filter      : drop-shadow(0 0 2rem #000);
    text-shadow : none!important;
    color       : black;
}
.righttext{
    position    : fixed;
    top         : 0;
    left        : 0;
    right       : 0;
    margin-top  : 20px;
    margin-left : 20px;
    margin-right: 20px;
    text-align  : right;
    filter      : drop-shadow(0 0 2rem #000);
    text-shadow : none!important;
    color       : black;
}