
@font-face {
    font-family: "playfair";
    src: url(./assets/fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: "oswald";
    src: url(./assets/fonts/Oswald-VariableFont_wght.ttf);
}
 body{ 
     font-family: "playfair"; 
     
 } 
 h1 {   
        font-size: 2.5rem;  
        color: #bb8888;  
      }  
 table {
  max-width : 95%;
  margin : 0 auto ;
}
td {
    text-align: center; width: 30%;
 }    
 td a{ 
     font-size: 1.2rem;
     color: #796d6d ;
 } 


 @media screen and (max-width: 768px) {
  .bouquet img {
    max-width: 100%;
  } 
}

   
    


