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

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

  background-color: #ffc107;
  color: white;
}

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

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

  line-height: 5rem;
  font-size: 5rem;
  font-weight: lighter;
}

#subtitle {
  margin-bottom: 16px;

  font-size: 1.3em;
}

#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;
}
