* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
}

.content {
  background: linear-gradient(to bottom, rgba(65, 225, 225, 0.8) 10%, rgba(225, 65, 172, 0.8) 30%),
    url("space-halo-3-1626964-1599x958.jpg");
  /* Photo by <a href="/photographer/davidcowan-54040">David Cowan</a> from <a href="https://freeimages.com/">FreeImages</a> */
  background-size: cover;
  background-blend-mode: screen;
  height: 100vh;
}

nav {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

nav a {
  margin-top: 10vh;
  text-decoration: none;
  text-shadow: 0.5px 0.5px white;
  font-size: 1.2rem;
  color: black;
  /* font-weight: bold; */
}

main {
  width: 100%;
  height: 80%;
  display: grid;
  text-align: center;
}

main h1 {
  /* position: fixed; */
  /* left: 40%; */
  /* top: 50%; */
  font-size: 3.5rem;
  margin-top: 12.5%;
  /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
  text-shadow: 0.5px 0.5px white;
}
