.h-l{
    background-color: white;
    width: 300px;
    max-width: 100%;
    margin:  0 auto;
    color: black;
    box-shadow: 0px 3px 15px rgb(2, 129, 33,0.3);

}

.sum-form{
    background-color: black;
}

.color-white{
    color: white;
}
.color-red{
    color: red;
}
.b-t{
   border-bottom:2px solid white;
}
.s-box{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);  
  background-color: white;
}
.btn-add{
    background-color: red;
    color: white;
}

.img-head{
    background-image: url("../img/headsaha.png");
}
img{
    width: auto;
    max-width: 100%;
}
.f-r{
    right: 2%;
    position: fixed;
    top: 2%;
}
.input-form{
    border-bottom: 2px solid green;
}
.input-form:hover{
    background-color: black ;
    border-bottom: 2px solid white;
    color: white;
}

