.Tile_root__Z_cCF{
  background-color: rgb(var(--background-rgb));
  padding: var(--margin);
  box-shadow: 0px 0px 32px 5px rgba(50,50,50,0.2);

  border-radius: 5px;

}
.page_main__fpCRq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 6rem;

}

.page_main__fpCRq h1{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.page_main__fpCRq label{
  font-size: 80%;;
}
.page_content__RfnsI{
  position: relative;
  width: 100%;

  max-width: min(350px, 80vw);
  min-width: 350px;
  overflow: hidden;
}
.page_footer__UJjiX{
  width: 100%;
  margin-top: 1rem;
  display:flex;
  flex-direction: column-reverse;

  justify-content: space-between;
  align-items: baseline;
  gap:1rem;

}

.page_footer__UJjiX button{
  width:100%;
}

.page_footer__UJjiX a{
  text-decoration: none;
  font-size: 90%;
}

.page_error__bTIjK{
  color:var(--red)
}
