/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

header {
  background-color: #ffe6f7;
  border-radius:15px;
  text-align: center;
  padding: 5px;
  letter-spacing: 2px;
}

#MainTop {
  color:#007399;
  border: 7px outset #013f7d;
  border-radius: 25px;
  margin-left:20px;
  margin-right:20px;
}


#Main {
  background-color: #ffe6f7;
  border: 7px outset #013f7d;
  border-radius: 5px;
  margin-left: 60px;
  margin-right: 280px;
  margin-top: 55px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  Line-height: 25px;
}

.home {
  background: #ffb3e6;
  color: #007399;
  font-family: Verdana;
  font-size: 20px;
}

#NavBar{
  background-color:#ffe6f7;
  color:#007399;
  border: 7px outset #013f7d;
  border-radius: 5px;
  margin-top: 10px;
 Margin-top: 55px;
  Margin-left: 1200px;
  padding: 5px;
  line-height: 25px;
  position: absolute;

}

.button {
  background-color:#ffe6f7;
  border:4px black solid;
  color:#007399;
  padding: 10px 20px;
  text-align: center;
  display:inline-block;
  font-size: large;
  margin: 4 2;
  cursor: pointer;
  border-radius: 4px;
}


/*Styling for Worm page below */


headerW {
  background-color: #003399;
  border-radius:15px;
  text-align: center;
  padding: 5px;
  letter-spacing: 2px;
}

#WormTop {
  color: white;
  border: 7px outset #ffbf00;
  border-radius: 25px;
  margin-left:20px;
  margin-right:50px;
}

#WormMain {
  background-color: #003399;
  border: 7px outset #ffbf00;
  border-radius: 5px;
  margin-left: 60px;
  margin-right: 280px;
  margin-top: 55px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  Line-height: 25px;
}

.WormBody {
  background: #003399;
  color: white;
  font-size: 20px;
  font-family: Verdana;
}


/*Styling for Writing Directory Below*/


 #boxesL {   /*L for left*/
  background-color: #ffe6f7;
  border: 5px outset #013f7d;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  font-family: Verdana;
  text-align: left;
  width: 550px;
  margin-left: 8px;
  margin-top: 8px;
  position: absolute;
}

#boxesR {   /*R for right*/
  background-color: #ffe6f7;
  border: 5px outset #013f7d;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  font-family: Verdana;
  text-align: left;
  width: 550px;
  margin-left: 600px;
  margin-top: 8px;
  position: absolute;
}


/*Yggdrasil styling starts here*/

.Yggdrasil {
  background: #ffe6f7;
  color: #007399;
  font-family: Verdana;
  font-size: 20px;
}

headerY {
  background-color: #ffe6f7;
  border-radius:15px;
  text-align: center;
  padding: 5px;
  letter-spacing: 2px;
}

#TopY {
 color:#007399;
  border: 7px outset #013f7d;
  border-radius: 25px;
  margin-left:20px;
  margin-right:20px;
}

