
  .thanks {
    background-image: url("domoro.imgs/ebbeh.jpeg");
    min-height: 900px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .confirm {
    background-image: url("domoro.imgs/reseat.jpeg");
    min-height: 900px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  h2 {
    color: white;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 2%;
    border-radius: 3em;
    padding: 10px ;
  }
  
  /* Styles for forms */
  
  
.form-label{
    color: white;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-style: normal;
  }
  
  .form-check-label{
    color: white;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-style: normal;
    margin-top: 1%;
  }

  .nav-link {
    color: white;
    border-radius: 2em;
    list-style: none;
    margin: 0 35px;
    padding: 2 ;
    display: flex;
    justify-content: space-around;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
 
  nav{
    background-color: #4a1d1d;
  }

.form-group {
  color: white;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-style: normal;
}








