.barra-cliente{
   /* background-color: black;*/
   background: linear-gradient(black, rgb(83, 80, 80)) ;
    color: white;
    padding: 15px;
}

.barra-cliente a{
    text-decoration: none;
    color: rgb(117, 194, 189);
    text-shadow: 2px 2px 1px black;
}
.barra-cliente a:hover{
    color: white;
}

 .barra-cliente form a {
    text-decoration: none;
    color: rgb(95, 21, 223);
    font-size: 14px;
    text-shadow: 0px 0px 0px black;
  }

  .barra-cliente form a:hover{
    color: rgb(17, 187, 65);
}

.drop a {
    text-align: center;
    text-decoration: none;
    color: rgb(95, 21, 223);
    font-size: 14px;
    text-shadow: 0px 0px 0px black;
  }
  .drop a:hover {
   background-color: rgb(121, 115, 206);
    color: white;
    font-weight: bold;
  }