body {
  padding-top: 90px;
    background-color: #f5f5f5;
}

.book{
    width: 150px;
    height: 26px;
    border-radius: 20px;
    text-decoration: bold;
    color: black;
    background-color: white;
    text-align: center;
    vertical-align: center;
}

.book:hover{
    background-color: tomato;
    /* border: 5px solid white; */
    color: white;
}

.nav-link:hover{
    color: tomato !important;
}

.Appointment {
  display: inline-block;
  width: 160px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
}

.Appointment:hover {
  background-color: tomato;
  color: white;
}

#appo{
    
   transition: 5s ease;

}

.card {
  padding: 10px;
}





