
   
  
  
  .middle{
   width:45%;
   margin: auto;
   background: white;
   }
   
   
   section {
     width: 100%;
	 padding-bottom: 10px;
	}
	
	
	section img {
	  width: 100%
	}
	table, td, th {
	  text-align: left;
	}
	
	tr:nth-child(even) {
	  background-color: LightSeaGreen;
	}
	
footer {
  width: 50%
  padding: 8px
  margin: auto;
}


.animation {
	position: relative;
	margin: 0 auto;
}

.bottom {
   position: absolute;
}

.top {
  animation-name: fade;
  animation-timing: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  position: relitive;
}

@keyframes fade {
  0%  {
	  opacity:  1;
  }
  50% {
	 opacity:  0;
  }
}


.innersection {
	width: 70%;
	margin: auto;
}

ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 0px;
}

li {
  width: 20%
}

.banner {
	width: 100%
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.prev, .next {
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	color: Tomato;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	user-select: none;
}

.next {
  right: 0;
}

.dot
height: 15px;
width: 15px;
margin: 0 2px;
background-color: DarkGrey;
display: inline-block;
transition: 0.6s ease;
border-radius: 50%;
}

.active, .dot:hover {
	background-color: Tomato;
}

    
	-webkit-transform: scale(3.0)
	opacity:  1;
  }
  25% {
	  -webkit-transform: scale(0.5)
	  opacity: 0;
  }
  50%{
      -webkit-transform: scale(2.0)
	  opacity: 1;
  }
  75% {
	  -webkit-transform: scale(0.5)
	  opacity: 0;
  }
  100% {
       -webkit-transform: scale(0.5)
	  opacity: 1;
  }
  
}
.question {
	font-weight: bold;
}
.answers {
	margin-bottom: 30px;
}

#submit {
	font-size: 20px;
	background-color: Gold;
	border: 0px;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	font-family: Neucha, cursive;
}
#submit:hover {
	background-color: LightSeaGreen;
}

.quizzical {
	width: 50%;
	margin: auto;
	padding: 0 25px 40px 10px;
	border: 4px solid LightSeaGreen;
	border-radius: 5px;
	box-shadow: 5px 5px 5px DarkSlateGrey;
}




.sidenav a {
  position: absolute;
  left: -150px;
  transition: 0.3s;
  padding: 15px;
  width: 150px;
  text-decoration: none;
  font-size: 20px;
  color: white;
}

.sidenav a:hover {
	left: 0;
}

.videos {
	top: 20px;
	background-color: DarkCyan;
}

.whatson {
	top: 80px;
	background-color: Orange;
}

.planets {
	top: 140px;
	background-color: Firebrick;
}

.quiz {
	top: 200px;
	background-color: DarkCyan;
}