

.hero {
  padding: 5vh 10vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3vh;
  text-align: center;
}

.self-center {
  align-self: center;
}

.download {
  padding: 5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}

.about {
  font-size: min(2em, 4vw);
  gap: 5vh;
  text-align: left;
}
