body {
  margin: 0;
  min-height: 100vh;

  background-color: #A3C1AD;

  display: flex;
  flex-direction: column;
  justify-content: center;

  text-align: center;

  font-family: system-ui, sans-serif;
}
