.main-page-color {
  color: #ffffff;
}
.troll {
  color: #1485d1;
}
.language-color {
  color: #d93333;
}
.problem-color {
  color: #23ca9b;
}
.time-color {
  color: #1e90ff;
}
.memory-color {
  color: #ca3dca;
}
.website-color {
  color: #d9eb3f;
}

body {
  font-family: "Libre Baskerville", serif;
  background-color: #323238;
  text-align: center;
  background-image: url("../images/noise1.svg");
  background-repeat: repeat;
}

footer {
  font-family: "Libre Baskerville";
  color: white;
  margin-top: 20px;
}

.index-header {
  margin-bottom: 0;
}

.project-main {
  margin: auto 24%;
  color: white;
  background-color: rgba(29, 29, 29, 0.8);
  border-top: 2px solid white;
}

.project-header {
  color: rgb(255, 40, 40);
}

#introHeader {
  font-size: 8em;
  white-space: pre-line;
  font-style: italic;
  /* color: #D93333; */
  margin-top: 200px;
  margin-bottom: 50px;
}

.small-header {
  font-family: "Libre Baskerville";
  font-size: 1.4em;
  font-weight: 100;
  max-width: 95%;
  color: white;
}

.project-desc {
  font-size: 2.0em;
  font-family: "Libre Baskerville";
  font-weight: 100;
  text-align: start;
  padding-left: 5%;
  padding-right: 5%;
}

li {
  font-size: 2.2em;
  font-family: "Libre Baskerville";
  font-weight: 100;
  text-align: start;
}

#cp {
  background-color: rgba(38, 38, 199, 0.7);
  padding: 0px 5px 0px 5px;
  border-radius: 5px;
}

#fullPlotLink:visited{
  color: greenyellow;
}

.intro {
  margin: 0px 20%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex;
  gap: 0px;
  margin-bottom: 200px;
}

#introHeader {
  font-size: 8em;
  white-space: pre-line;
  font-style: italic;
  /* color: #D93333; */
  margin-top: 200px;
}

#headerLibre {
  font-size: 5em;
  font-style: italic;
  text-align: start;
  margin-top: 200px;
}

#paragraphLibre {
  font-size: 3em;
  max-width: 100%;
  margin: 0px auto;
  color: #ffffff;
  text-align: start;
}

.full-dataset {
  background-color:rgb(160, 160, 160);
  color: white;
  border-radius: 5px;
  padding: 0 5px;
}


/* Tablet code */
@media (max-width: 1024px) {
  #paragraphLibre {
    font-size: 2.5em;
    max-width: 80%;
    margin: 5px auto;
    color: #ffffff;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  iframe {
    width: 100%;
    height: 500px;
  }
}

/* Mobile phone code */
@media (max-width: 600px) {
  
  #introHeader {
    font-size: 6em;
    /* color: #D93333; */
    margin-top: 150px;
  }
  
  .project-desc {
    font-size: 2.1em;
    font-family: "Libre Baskerville";
    text-align: start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .project-main {
    margin: auto 8%;
    color: white;
    background-color: rgba(29, 29, 29, 0.8);
    border-top: 2px solid white;
  }

  .intro {
    margin: 10% 0%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex;
    gap: 0px;
  }

  #headerLibre {
    font-size: 2em;
    font-style: italic;
    text-align: start;
    max-width: 80%;
    margin: 5px auto;
    margin-top: 100px;
  }

  #paragraphLibre {
    font-size: 1.8em;
    max-width: 80%;
    margin: 5px auto;
    color: #ffffff;
    text-align: start;
  }
}
