/* Global Colors */
/* Global Fonts */
section#innerHeader {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
}
section#innerHeader h1 {
  font-size: 89px;
  font-weight: 900;
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
