.header{
    background-color: rgba(111, 111, 111, 0.01);
    width: 100%;
    height: 60px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 15px -5px rgb(111, 111, 111);
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    margin-top:-22px;
    z-index: 500;
}

.header-links{
    width: auto;
    height: auto;
    margin: auto;
    display: flex;
}

.header-text{
    color: black;
}

.header-text-home{
    width: 70px;
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    line-height: 10px;
}

.header-text-home:hover{
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.header-text-works{
    width: 70px;
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    line-height: 10px;
}

.header-text-works:hover{
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.header-text-task{
    width: 60px;
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    line-height: 10px;
}

.header-text-task:hover{
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.header-text-blog{
    width: 60px;
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    line-height: 10px;
}

.header-text-blog:hover{
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.header-text-acc{
    width: 80px;
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    line-height: 10px;
}

.header-text-acc:hover{
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.header-text-v2{
    width: 40px;
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    line-height: 10px;
}

.header-text-v2:hover{
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}