/*   
modified aenima palette: https://coolors.co/fefefe-98b4c2-4d6670-3f4e53-2d3540
full aenima palette: https://coolors.co/fefefe-c3d8ed-98b4c2-7d9fa0-5b8182-4d6a70-3f4e53-2d3540

CURRENT PALETTE!!
Lightest / white: #fefefe
Second lightest / test colour: #98b4c2
Mid-tone: #4D6670
Grey / dark: #2d3540
Black: black


*/

body {
  font-family: Verdana, sans-serif;
  text-align: center;
  /* background-color: #2d3540;  */
  background-image: url("/graphics/aenima.jpg");
  background-size: 500px 500px;
  color: #98b4c2; 
  /*margin-left: 15%;
  line-height: 1.8; */
}


p {
  margin-left: 5%;
  width: 90%;
  background: black;
  }
a {
  color: #fefefe; 
  text-decoration: underline;
  padding: 1.5px;

  }
  
h1, h2, h3, h4, h5{
  font-style: italic;
  background-color: #2d3540;
  margin-left: 37.5%;
  width: 25%;
  }
  
#dark_box{
  text-align: center;
  background-color: #2d3540;
  color: #fefefe;
  border: 3px double #4D6670;
  width: auto;
  margin-left: 15%;
  margin-right: 15%;
  }

#topnav {
  overflow: hidden;
  background-color: black;
  }
#topnav a{
  float: none;
  text-align: center;
  padding: 30px 30px;
  text-decoration: none;
  }
  
/*
#sidenav {
  height: 100%;
  width: 15%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  padding-top: 20px;
  color: #98B4C2;
  font-size: 15px;
}*/

ul {
  list-style-position: inside;
  list-style-type: square
  }
  
