html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.main-container,
.form-container {
  height: 100%;
  width: 100%;
  background-color: rgb(31, 27, 26);
}
.logo-title-container {
  padding: 1.5rem 0 0 1.5rem;
}
.logo-image {
  width: 80px;
}
.contact-us-button {
  position: absolute;
  font-size: 1rem;
  top: 2rem;
  right: 4rem;
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
}
.title {
  color: white;
  margin: 0;
  font-size: 1.5rem;
}
.main {
  display: flex;
}
.left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-title {
  font-size: 6rem;
  color: rgb(252, 255, 54);
  line-height: 1;
  margin-top: 2rem;
}
.main-title p {
  margin: 0;
}
.metrics-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 1rem;
}
.satisfaction-container,
.rating-container {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.satisfaction-title,
.rating-title {
  color: rgb(252, 255, 54);
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.satisfaction-value,
.rating-value {
  color: rgb(252, 255, 54);
  font-size: 4rem;
  margin: 0;
  padding: 0.5rem 0 1.5rem 0;
}
.satisfaction-value {
  border-bottom: 2px solid rgb(252, 255, 54);
}
.right-arrow {
  position: absolute;
  color: rgb(252, 255, 54);
  font-size: 3rem;
  z-index: 1;
  bottom: 1rem;
  left: -0.5rem;
}
.moon-image {
  width: 250px;
  position: absolute;
  bottom: -7rem;
  left: 4rem;
}
.right {
  width: 50%;
  border-top: 2px solid rgb(252, 255, 54);
}

.main-image {
  position: absolute;
  right: -28vw;
  width: 78vw;
  bottom: -20vh;
}
.image-text-container {
  position: absolute;
  right: 24vw;
  bottom: 10vh;
}
.image-text {
  color: white;
  font-size: 1.5rem;
  margin: 0;
}
.image-text-final {
  margin-top: 1rem;
}
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(31, 27, 26);
}

.back-button {
  position: absolute;
  font-size: 1rem;
  top: 2rem;
  left: 2rem;
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
}
.form {
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.form-label {
  font-size: 1rem;
}
.form-input {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  width: 20rem;
  height: 2rem;
  padding: 0.25rem;
}
.submit-button {
  background-color: rgb(31, 27, 26);
  border: 2px solid rgb(31, 27, 26);
  color: white;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  border-radius: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}
.submission-text {
  color: rgb(252, 255, 54);
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
