html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.frame {
  background-color: #CCCFF0;
  color: #373E7F;
  font-family: Exo, "Trebuchet MS", Tahoma;
  height: 100%;
  width: 100%;
  overflow: scroll;
  justify-content: center;
  align-items: center;
}

body {
  background-color: #8ec4e8;
  background-image: url("files/g/purplestars.gif");
  color: #373E7F;
  font-family: Exo, "Trebuchet MS", Tahoma;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.cla:link, .cla:visited {
  color: #CCCFF0;
  text-decoration: none;
}

.cla:hover {
  color: #CCCFF0;
  text-decoration: none;
  text-shadow: 0px 0px 2px #ebecfc;
}

div { 
  display: block;
	margin-left: auto;
	margin-right: auto;
}

.modules, .changelog, .frame, .nav, .navdiv, .theframe, .sidebars {
 border-radius: 15px;  
}

.modules, .changelog {
  background-color: #373E7F;
  color: #8ec4e8;
  font-family: Exo, "Trebuchet MS", Tahoma;
}


.nav, .navdiv {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  background-color: #373E7F;
  font-size: 16px;
  border-radius: 15px;
  font-family: Exo, "Trebuchet MS", Tahoma, nerdfont;
}

.navdiv {
  margin-top: 2%;
  margin-bottom: 3%;
  height: 50px;
  width: 97%;
}

ul {
  padding: 0px;
  margin: 0px;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}

li a, .dropdown-menu {
  display: inline-block;
  color: #8ec4e8;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropdown-menu {
  background-color: #8ec4e8;
  color: #373E7F;
}

li.dropdown {
  display: inline-block;
}

.dropdown-menu__content {
  display: none;
  position: absolute;
  background-color: #373E7F;
  color: #8ec4e8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu__content a {
  background-color: #373E7F;
  color: #8ec4e8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-menu__content a:hover {
  background-color: #8ec4e8;
  color: #373E7F;
}

.dropdown:hover .dropdown-menu__content {
  display: block;
}

.theframe {
  background-color: #8ec4e8;
  float: left;
  padding: 5%;
  height: 66%;
  width: 85%;
  margin-left: 2.5%;
  margin-right: 1.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align:center;
  overflow:hidden;
}


.fakebody {
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 99%;
  height:100%;
}

@font-face {
	font-family: "nerdfont";
	src: url("fonts/symbolsnerdfont.ttf");f
}












