body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

#root {
  position: relative;
  min-height: 100vh;
  width: 100%;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  background-size: cover;
  background-position: top center;
  transition: background 1s ease-in-out;
}

#front-page {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-bottom: var(--safe-area-inset-bottom);
  overflow: auto;
}

#front-page.bg-1 {
  background-size: cover;
  background-position: top center;
  transition: background 1s ease-in-out;
}

#front-page .b64-img-1 {
  object-fit: contain;
  max-width: 100%;
}