/* CPT Home stylesheet — matches booking styles (dark-blue / light-grey) */

body{
    background-image: url(https://images.unsplash.com/photo-1689877020200-403d8542d95d?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center; /* Centers the image */
    background-size: cover;      /* or 'contain' */
    height: 100vh;               /* Example height to fill the viewport */
    width: 100%;
}

h1{
    font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
}

h2 {
  font-size: 30px;
}

.personalized {
  font-weight: bold;
  font-style: italic;
}

h1, h2, h3, p, .contact {
  text-align: center;
}



   



.menu {
  width: 80%;
  background-color: rgb(197, 195, 195);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
}

.rounded-corners {
  border-radius: 40px; /* Applies a 15px radius to all corners */
}

