body {
  color-scheme: light dark;

  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  width: 100vw;

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

  background-color: light-dark(#fcfdf6, #1a1c19);
  color: light-dark(#1a1c19, #e2e3dd);

  text-align: center;
}

a {
  color: light-dark(#0645ad, #88a3e8);
}

#icon {
  width: min(40%, 200px);
}

#title {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;

  line-height: 1em;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -0.03em;
}

#subtitle {
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;

  font-size: 1.3em;
}

#description {
  text-align: start;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

#buttons {
  margin-top: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.button {
  /* margin: 4px; */
}

.button > img {
  display: block;
}

.button.apple > img {
  height: 50px;
}

.button.google > img {
  height: 74px;
}

#about {
  margin-top: 40px;
}

.personal-link {
  color: inherit;
}
