body {
  color: white;
  font-family: Verdana;
  background-color: black;
  background-image: url("stars2.png");
  text-align: center;
}

.typicaltext { 
  text-align: center; 
  font-family: Verdana; 
  color: white; 
}

.header {
  text-align: center;
  background: black;
  color: #F300F0;
  font-size: 15px;
  width: 600px;
  border: 2px #00E5F3;
  margin: auto;
}
  
.footer { 
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}

.content { 
  width: 600px;
  border: 2px solid blue;
  background-color: black; 
  color: white;
  padding: 10px;
  margin: auto;
  text-align: center; 
}

a {
  outline: none;
  text-decoration: none;
}


a:link {
  color: #00E5F3;
}

a:visited {
  color: #018FFF;
}

a:focus {
  border-bottom: 1px solid;
  background: black;
}

a:hover {
  color: #E801FF;
}

a:active {
  color: #41FFA3;
}

.topnav {
  background-color: black;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  font-size: 17px;
  font-family: "Comic Sans MS";
}

.topnav a:hover {
  background-color: #E801FF;
  color: #01FF78;
}

.topnav .active {
  background-color: blue;
  color: #41FFA3;
}

.index {
  grid-row: 2 / auto;
  grid-column: 1 / auto;
  background-color: black;
  padding: 0 5px;
  border: 2px solid blue
  color: white;
}

.main {
  grid-row: 2 / auto;
  grid-column: 2/auto;
  background-color: black;
  padding: 0 5px;
  border: 2px solid blue;
  color: white;
  text-align: center;
  margin: auto;
}

.sideimage {
  margin-right: 2%;
  float: left;
}

.sidecontent {
   width: 600px;
  border: 2px solid blue;
  background-color: black; 
  color: white;
  padding: 10px;
  margin: auto;
  text-align: center; 
  float: right;
}

/*Main content group*/
.section {
  display: inline-block;
  margin: 0;
  width: 30%;
}
.aside {
  display: inline-block;
  margin: 0;
  width: 600px;
  border: 2px solid blue;
  background-color: black; 
  color: white;
  padding: 10px;
  text-align: center; 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
  
  
  
  





  
