.filter a{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    
}


.filter a:active {
  transform: scale(0.9);
}


.add a{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    
}


.add a:active {
  transform: scale(0.9);
}


.login__form__right form button{
    -webkit-tap-highlight-color: transparent;
}


.login__form__right form button:active{
    transform: scale(0.9);
}


.delete{
    -webkit-tap-highlight-color: transparent;
}


.delete a:active{
   transform: scale(0.9);
}

.filer{
    -webkit-tap-highlight-color: transparent;
}


.filer:active{
   transform: scale(0.9);
}


header{
    margin: -8px;
    background-color: #ebf6ff;
    padding: 15px;
    margin-bottom: 10px;
}

header a{
    float: inline-end;
    margin: 17px;
}

#back{
    float: left;
}

#back img{
    width: 28px;
    margin: 10px;
}



#vbs header{
    margin: -8px;
    background-color: #ebf6ff;
    padding: 30px;
    margin-bottom: 10px;
}

.hrd a{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    float: inline-end;
    margin: 8px;
}

.hrd a:active{
   transform: scale(0.9);
}


a {
    font-size: small;
}


p {
    font-size: small;
}

h2 {
    font-size: larger;
}