body {
  background: url('Page2.png') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'Comic Neue', cursive, sans-serif;

}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left:  2vw;
   padding-right:  2vw;
   padding-top: 15vw;
  text-align: center;
  opacity: 0;
  transform: translateY(3vw);
}

h1 {
  font-size: 3vw;
  margin-bottom: 1vw;
}

.subtitle {
  font-size: 1.4vw;
  margin-bottom: 2vw;
  color: #356965;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30vw;
  margin-bottom: 0.7vw;
  border: 0.3vw solid #81A24E;
  border-radius: 1.5vw;
  padding: 0.3vw 0.9vw;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0.5vw);
  transition: background-color 0.3s ease;
}

.input-group input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 1.4vw;
  width: 100%;
  font-family: 'Comic Neue', cursive, sans-serif;
}

.points {
  margin-left: 1vw;
  font-weight: bold;
  font-size: 1.3vw;
}

.link-group {
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
  margin-bottom: 2vw;
}

.sub {
  text-align: center;
  font-size: 1.4vw;
   font-family: 'Comic Neue', cursive, sans-serif;
  text-decoration: none;
  color: #356965;
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.3vw solid #81A24E;
  border-radius: 1.5vw;
  padding: 1vw;
  width: 31vw;
  transition: all 0.3s ease;
}

.action-btn {
  text-align: center;
  font-size: 1.4vw;
  font-family: 'Comic Neue', cursive, sans-serif;
  text-decoration: none;
  color: #356965;
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.3vw solid #81A24E;
  border-radius: 1.5vw;
  padding: 0.3vw;
  width: 31vw;
  transition: all 0.3s ease;
}

.action-btn.visited {
  background-color: #81A24E;
  color: #fff;
}

.submit-btn {
  margin-top: 0vw;
  cursor: pointer;
  border: none;
  background: none;
}

.submit-btn img {
  width: 10vw;
  transition: transform 0.2s ease;
}

.submit-btn:hover img {
  transform: scale(1.05);
}

.submit-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(100%);
}

.vertical-score {
  position: absolute;
  top: 32.6vh;
  left: 68vw;
  display: flex;
  flex-direction: column;
    align-items: center;
  gap: 4.9vh;
  z-index: 10;
  opacity: 1;
}

.vertical-score span {
  font-size: 1vw;
  color: #356965;
  font-weight: 600;
}

.bg{
  position: absolute;
  width: 100%;
  height: 10vw;
  left: 0;
  top: 0;
  background-color: #C8EFED;
  opacity: 0;
}

@media (max-width: 768px) {

  .bg{
  position: absolute;
  width: 100%;
  height: 40vw;
  left: 0;
  top: 0;
  background-color: #C8EFED;
  opacity: 1;
}


body {
  font-family: 'Comic Neue', cursive, sans-serif;
  background: url('Page2.png') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left:  2vw;
   padding-right:  2vw;
   padding-top: 55vw;
  text-align: center;
  opacity: 0;
  transform: translateY(3vw);
}

h1 {
  font-size: 3vw;
  margin-bottom: 1vw;
}

.subtitle {
  font-size: 1.4vw;
  margin-bottom: 2vw;
  color: #356965;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90vw;
  margin-bottom: 3.7vw;
  border: 0.3vw solid #81A24E;
  border-radius: 1.5vw;
  padding: 0.3vw 0.9vw;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0.5vw);
  transition: background-color 0.3s ease;
}

.input-group input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 5vw;
  width: 100%;
  font-family: 'Comic Neue', cursive, sans-serif;
}

.points {
  margin-left: 1vw;
  font-weight: bold;
  font-size: 1.3vw;
}

.link-group {
  display: flex;
  flex-direction: column;
  gap: 3.7vw;
  margin-bottom: 2vw;
}

.sub {
  text-align: center;
  font-size: 1.4vw;
  font-family: 'Comic Neue', cursive, sans-serif;
  text-decoration: none;
  color: #356965;
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.3vw solid #81A24E;
  border-radius: 1.5vw;
  padding: 1vw;
  width: 31vw;
  transition: all 0.3s ease;
}

.action-btn {
  text-align: center;
  font-size: 5vw;
   font-family: 'Comic Neue', cursive, sans-serif;
  text-decoration: none;
  color: #356965;
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.3vw solid #81A24E;
  border-radius: 1.5vw;
  padding: 0.3vw;
  width: 90vw;
  transition: all 0.3s ease;
}

.action-btn.visited {
  background-color: #81A24E;
  color: #fff;
}

.submit-btn {
  margin-top: 0vw;
  cursor: pointer;
  border: none;
  background: none;
}

.submit-btn img {
  width: 30vw;
  transition: transform 0.2s ease;
}

.submit-btn:hover img {
  transform: scale(1.05);
}

.submit-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
  filter: grayscale(100%);
}

.vertical-score {
  position: absolute;
  top: 32.6vh;
  left: 68vw;
  display: flex;
  flex-direction: column;
    align-items: center;
  gap: 4.9vh;
  z-index: 10;
  opacity: 0;
}

.vertical-score span {
  font-size: 1vw;
  color: #356965;
  font-weight: 600;
}

}