/*this is the css file specifically for the navigation pages */

.title {
  background: lawngreen;
  border: dodgerblue dashed 10px;
  margin: auto; width: 650px;
  height: 620;
  margin-top: 50px;
  text-align: center;
}
.textbox {
  padding: 10px;
  text-align: center;
  background: deeppink;
  border: darkorange dashed 10px; 
  margin: auto;
  overflow: auto; 
  width: 650px;
  height: 620px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
body {
background: url('/space.gif'), Black; 
 font-family:  "Comic Sans MS", "Comic Sans";
}

hr {
border-bottom: solid darkviolet;
}