body {
    background-color: black;
    position: relative;
    top: 300px;
}

html,h1,h2,h3,h4,h5,h6,p {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1 {
    color: gold;
    font-size: 5rem;
    margin-bottom: 0;
}

h2 {
    color: silver;
    font-size: 1rem;
} 

.splash {
  text-align: center;
}

/* mobile */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
/* tablet */
@media (min-width: 769px) and (max-width: 1080px) {
  h1 {
    font-size: 4rem;
  }
}
/* desktop */
@media (min-width: 1081px) {
  h1 {
    font-size: 5rem;
  }
}
/* 4k */

/* 5k */
