#home{
  height: 85%;
  margin-top:8vh;
  display: flex;
}
#home h1 {
  margin-top: 15vh;
  margin-bottom: 15vh;
  min-height: 2.5em;
}
#home p {
  width: 80%;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  min-height: 7em;
  margin: 0;
  margin-bottom: 6vh;
}