.lemon-regular {
  font-family: "Lemon", serif;
  font-weight: 300;
}
.index-page {
  background-color: rgb(255, 247, 109);
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lemon", serif;
  font-weight: 300;
  font-size: medium;
  color: rgb(8, 8, 128);
}

.restart-page {
  background-color: rgb(255, 247, 109);
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lemon", serif;
  font-weight: 300;
  font-size: medium;
}

.page1-page {
  background-image: url("images/background01.JPG");
  background-size: cover;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  font-family: "Lemon", serif;
  font-weight: 300;
  font-size: medium;
}

.page2-page {
  background-image: url("images/background.jpg");
  background-size: cover;      
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  font-family: "Lemon", serif;
  font-weight: 300;
  font-size: medium;
}

.page3-page {
  background-image: url("images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  font-family: "Lemon", serif;
  font-weight: 300;
  font-size: medium;
}

.about-page {
  background-color: rgb(255, 247, 109);
  font-family: "Lemon", serif;
  font-weight: 200;
  font-size: medium;
  margin-left: 50px;
  color: rgb(8, 8, 128);
}

.about-page h2 {
  max-width: 1200px;       
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7;
  word-wrap: break-word;
}

.lemon-image {
  align-content: right;
  width: 200px;
}

.Lemon {
  position: fixed;
  bottom: 0;
  right: 0;
  width: clamp(120px, 25vw, 400px);
}

.Lemon3 {
  position: fixed;
  bottom: 0;
  right: clamp(5px, 1.2vw, 20px);
  width: clamp(150px, 29vw, 500px);
}

.drink {
  position: fixed;
  bottom: 0;
  right: 59%;
  transform: translateX(50%);
  width: clamp(400px, 79vw, 1350px);
  z-index: -1;
}

.Lemon2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: clamp(160px, 35vw, 600px);
}

.forward {
  position: fixed;
  top: 5vh;
  right: 2vw;
  width: clamp(30px, 4vw, 50px);
  z-index: 20;
}

.back {
  position: fixed;
  top: 5vh;
  left: 2vw;
  width: clamp(30px, 4vw, 50px);
  z-index: 20;
}

.center {
  position: fixed;
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, 90vw);
}

p{
  position: absolute;
  top: 25px;
  left: 230px;
  color: rgb(8, 8, 130);
  font-size: 20px;
}

nav {
  position: absolute;
  top: 40px;
  right: 230px;
  display: flex;
  gap: 30px;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 20;
}

nav a {
  color: rgb(8, 8, 130);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease;
}

nav a:hover {
  opacity: 0.6;
}

h1{
  font-weight: 200;
}

h2{
  font-weight: 100;
}

.begin-btn{
  height: 200px;
}

.restart-btn{
  height: 170px;
}

.bg-lemons {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.deco-lemon {
  position: absolute;
  opacity: 0.6;
}

.deco-1 { width: 205px; top: 13%;  left: 36%; }
.deco-2 { width: 220px; top: 60%; right: 50px; }
.deco-3 { width: 205px; bottom: 5%; left: 30%; }
.deco-4 { width: 250px; top: 50%; right: 35%; }
.deco-5 { width: 220px; top: 55%; right: 75%; }
.deco-6 { width: 250px; top: 10%; right: 5%; }
.deco-7 { width: 220px; top: 30%; right: 15%; }

.about-page h1,
.about-page h2,
.about-page .lemon-image {
  position: relative;
  z-index: 1;
}