@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
    text-align: center;
    background-color: #ddb2c3;
    color: #e86aca;
    font-family: "Playfair Display", serif;
    background-image: url("images/dubai.avif");
    background-size: cover;

   }
  p {
    
    font-size: 20px;
  }
  h1 {
    color: #f312b3;
  }y
  a {
    color: #ea32e7;
    text-decoration: none; 
  }
  a:hover {
   color:#971aa0 ;
  }
 ul {
    list-style-type: square;
 }
.restaurant {
  background-image: url("images/restaurant2.webp");
}
.piscine {
  background-image: url("images/piscine.jpg");
}
ul{
  list-style-type: none;
  padding:0%
}
.fin{
  background-image: url("images/fin.gif");
  background-size: cover;
}
    
    