html {
  height: 100%;
}

body {
  background-image: linear-gradient(0deg, #ff668c 0%, #a666ff 100%);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  font-family: Figtree, sans-serif;
  display: flex;
}

#main {
  color: #fff;
  align-items: center;
  gap: 24px;
  display: flex;
}

h1 {
  margin: 0;
  font-size: 48px;
}
