.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background-color: var(--light-neutral);
}