h3,h4{
  
  font-family: "Playfair Display", serif;
  

}

a{
  font-family: "Playfair Display", serif;
}
p{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  text-align: justify;
      color: lightslategrey; !important

}
 ul li:hover{
    background-color:  rgb(237 237 237);
    transition: ease ;
    color:black; 
   
    
}

.box ul li{
  list-style: none;
  border-bottom: 1px solid black;
  
}
 ul li a{
  text-decoration: none;
  color: black;
  
}