body {
  background-color: rgb(10, 10, 42);
}
h1 {
  color: HotPink;
}
p {
  color: MediumVioletRed;
}

ul {
  color: MediumVioletRed;
}

li {
  color: MediumVioletRed;
}

ul li {
  color: MediumVioletRed;
}



a {
  color: hotpink;
  font-weight: bold;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: LightSteelBlue ;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: darkred;
  font-family: "Comic Sans MS", "Comic Sans","comic","sans",cursive;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav img {
float: left;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a:active {
  background-color: #aa0436;
  color: white;
}
.title {
  font-family:'Courier New', Courier, monospace;
  width: 1230px;
  border: 15px solid rgb(0, 200, 255);
  padding: 50px;
  margin: 20px;

}




.mainboard { 

  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 23px;
  width: fit-content;
  height: fit-content;
  border: 15px solid rgb(0, 200, 255);
  padding: 75px;
  margin: 20px;
}