.nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcfcfc;
  color: rgb(0, 0, 0);
  width: 100vw;
  text-align: center;
  border-bottom: 10px solid rgb(241, 241, 241);
}

p,
h1 {
  font-family: "Comic Relief";
  color: rgb(0, 0, 0);
}

@font-face {
  font-family: "Comic Relief"; /* set name */
  src: url("./fonts/Share_Tech_Mono/ShareTechMono-Regular.ttf"); /* url of the font */
}

.possibilities-list {
  font-family: "Comic Relief";
  color: rgb(0, 0, 0);
  font-size: 4vh;
  text-align: left;
  margin-left: 2vw;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.absoluteWidth {
  position: absolute;
}

.article-title {
  font-family: "Comic Relief";
  font-size: 6vh;
  color: rgb(0, 0, 0);
}

.section-title {
  font-family: "Comic Relief";
  font-size: 4vh;
  color: rgb(0, 0, 0);
}

.main {
  font-size: 2.5vh;
}

.article {
  text-align: center;
  margin-top: 55vh;
  font-size: 2.5vh !important;
  padding-left: 1vw;
  padding-right: 1vw;
}

.roundgif {
  border-radius: 5vh;
  width: 30%;
  margin-top: 2vh;
}

.header {
  margin: 0;
  font-size: 8vh;
  font-weight: 900;
  display: inline;
  color: white;
}

.headerdiv {
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  text-align: center;
}

.hightlighted {
  color: rgb(136, 255, 249);
  font-size: 9vh;
  font-weight: 900;
  text-shadow: 0vh 0vh 4vh #0fffff;
  margin: -1vh;
}

.subheader {
  margin: 0;
  color: white;
  margin-bottom: 0.1vh;
}

.navigate {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  border: 5px solid rgb(241, 241, 241);
  border-radius: 5vh;
  padding: 0.5rem;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0.5%;
  margin-top: 2vh;
  z-index: 200;
}

.navigate div {
  display: block;
  border: 10px solid #f1f1f1;
  border-radius: 2vh;
  padding: -2vh;
  width: 10%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #ffffff;
}
.navigate div a p {
  margin-top: 0.5vh;
  margin-bottom: 0.5vh;
}

.navigate div a {
  text-decoration: none;
}

.divcenter {
  display: flex;
  justify-content: center;
  align-items: top;
  width: 100%;
}

.divblock {
  display: block;
  position: absolute;
  color: white;
  width: 100vw;
  margin-top: -16vh;
  margin-bottom: 16vh;
  align-content: center;
  text-align: center;
  z-index: 230;
}

.headerimg {
  height: 35vh;
  width: 80%;
  display: block;
  z-index: 0;
  border-radius: 5vh;
  margin-top: 5px;
}
