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

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

body {
  background-color: #8ec4e8;
  color: #373E7F;
  font-family: Exo, "Trebuchet MS", Tahoma;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

div {
  border-radius: 15px;  
  display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.modules {
 padding-top: 3px; 
}

.changelog {
  overflow: scroll;
}

.nav, .navdiv {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  background-color: #373E7F;
  min-width: 646px;
  font-size: 18px;
  border-radius: 15px;
}

.navdiv {
  margin:2.5%;
  margin-top:1%;
  height:52px;
  width:70%;
}

.mars {
 height: 56px;
 width: 99px;
 margin-left: 5px;
}

.marb {
 height: 20px;
 width: 150px;
 margin-left: 5px;
}

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;
  height: 75.7%;
  width: 53%;
  justify-content: center;
  text-align:center;
  overflow:hidden;
}

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


.sidebars {
  justify-content: center;
  align-items: center;
  height:74%;
  width: 20%;
}