.container{
  height: 100%;
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.backButton {
  border-radius: 40px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 2vh !important;
}
