body {
  margin: 0px;
  background-color: #f6e6cb;
}
html {
  filter: saturate(1.85);
}
.font-Playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.font-Garamod {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
input.font-Garamod {
  font-weight: 600;
}

.center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bck {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gap-buttons-1 {
  gap: 20px;
}
.mainBody {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body {
  flex: 1;
}
.center {
  display: flex;
  justify-content: center;
}
.buttons {
  position: relative;
  top: 270px;
  z-index: 15;
}
.background1 {
  height: 440px;
  min-width: 100%;
  background-image: url("./cssImages/pic3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  position: fixed;
}

/*backdrop-filter: blur(8px); 
https://cdn.concreteplayground.com/content/uploads/2015/05/indu-indian-restaurant-supplied-4.jpg

*/

.mainDiv {
  height: 100%;
  width: 100%;
  background-color: #f6e6cb;
  z-index: 15;
  position: relative;
  top: 400px;
}
.content {
  position: relative;
  height: 100%;
  padding-top: 0px; /* Space enough for the top and middle divs */
}
.mainContent {
  min-width: 320px;
  background-color: #f6e6cb;
  min-height: 400px;
}
.btnBackground {
  width: 100%;
  height: 100%;
  z-index: 15;
  position: fixed;
  backdrop-filter: blur(4px);
}
.Title {
  margin: 0px;
  padding-top: 20px;
}
.TitleDiv {
}
@media (min-width: 1300px) {
  .Title {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .background1 {
    height: 980px;
  }
  .mainDiv {
    top: 880px;
  }
  .buttons {
    top: 770px;
  }
  .gap-buttons-1 {
    gap: 70px;
  }
}
@media (min-width: 2560px) {
  .background1 {
    height: 1200px;
  }
  .mainDiv {
    top: 1080px;
  }
  .buttons {
    top: 870px;
  }
  .gap-buttons-1 {
    gap: 70px;
  }
}
