/*Colours*/

/*Colours done*/

.sekuya-regular { /*Font for main title*/
  font-family: "Sekuya", system-ui;
  font-weight: 400;
  font-style: normal;
}

header {
  display: flex;
  justify-content: center;
  background-color: white;
  max-width: 1264px;
  padding: 1px;
  border: 2px solid rgb(244, 212, 36);
  }

header h1{
  font-family: "Sekuya", system-ui;
  color: rgb(244, 212, 36);
  text-shadow: 2px 2px 5px rgb(74, 0, 105);
}

#important{
  background: white;
  max-width: 1264px;
}

#storycontent {
  background: gray;
  }

#TOC_container{
  background: green;
  }
#tableOfContents{
  list-style: none;
  }
  
#tableOfContents li a{
  color: blue;
  }