.container {
  width: 80%;
  margin: 0 auto;
}

form {
  margin-top: 20px;
}

form label {
  display: inline-block;
  width: 150px;
}

form select {
  margin-bottom: 10px;
}

.result-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  row-gap: 1rem;
}

.hidden {
  display: none !important;
}

.main {
  padding-top: 0;
}

/*# sourceMappingURL=/size-guide.8b014b17.css.map */