.container {
  border-radius: 0;
  display: flex;
  max-width: 438px;
  flex-direction: column;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #c63093;
}

/* .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  z-index: 10;
  margin-top: -4px;
} */

.instruction {
  color: #000;
  text-align: center;
  margin-top: 24px;
  font: 400 20px Josefin Sans, sans-serif;
}

.button-group {
  align-self: stretch;
  display: flex;
  margin-top: 4px;
  width: 100%;
  gap: 7px;
  white-space: nowrap;
  font: 700 18px Josefin Sans, sans-serif;
}

.btn {
  border-radius: 40px;
  background-color: #fffcf9;
  padding: 16px 46px;
  border: 1px solid #c63093;
}

.btn-exit {
  padding: 16px 55px;
}

.btn-next {
  padding: 16px 50px;
}

.highlight {
  color: #c63093;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
