.home__root {
  font-family: system-ui, sans-serif;
  line-height: 1.4;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
}

.home__citation {
  font-size: 0.8rem;
}

.home__toaster {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  width: fit-content;
}

.home__toast {
  position: relative;
  margin: 16px;
  background-color: #1a1a1b;
  color: white;
  padding: 16px;
  border: none;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 700;
}

.home__boardContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
}

.home__form {
  width: 100%;
}
