.wrapper {
  display: none;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 1rem;
  width: 100vw;
  padding-top: 10rem;
  min-height: 100vh;
  background: linear-gradient(#0000006e, #00000045), url(https://images.unsplash.com/photo-1487700160041-babef9c3cb55?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1152&q=80);
  background-size: cover;
  background-repeat: no-repeat;
}

.show-content {
  display: flex;
}

.presentation {
  width: 500px;
  max-width: 100%;
  padding: 1rem;
}

.form-container {
  width: 400px;
  max-width: 100%;
  padding: 2rem;
  background-color: white;
}

.form-container h2 {
  margin-bottom: 1rem;
  font-size: 16px;
  text-align: center;
  padding: 1rem;
}

.form-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.flex-row {
  display: flex;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  flex: 1;
}

.form-group label {
  color: #007190;
  font-size: 12px;
  font-weight: bold;
}

.form-group input {
  padding: 0.4rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
}

.form-container button {
  margin-top: 2rem;
}

.form-group input:focus {
  border-color: #007190;
}

.presentation * {
  color: white;
}

.presentation {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.presentation h1 {
  font-size: 24px;
}

.presentation p {
  font-size: 14px;
  line-height: 1.5em;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  width: 100%;
  flex-direction: column;
}

.center span {
  color: #007190;
  font-size: 4.0em;
}

.center * {
  color: #007190;
}

.congratulation {
  background: white;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}

#result-reduction {
  padding: 0.5rem 1rem;
  border: 2px solid #1EDF25;
  margin-bottom: 2rem;
  color: #1EDF25;
}

.congratulation .center {
  padding-top: 0%;
}

#result-detail {
  color: #940051;
  font-weight: bold;
}