body {
 
  background-image: url("images/stars3.gif");
  font-family: Arial;
  font-size: 12px;
  padding: 10px;
  }
  
a {
  font-size: 15px;
  text-decoration: none;}
   a:link {color: HotPink;}
   a:visited {color: HotPink;}
   a:hover {color: PaleVioletRed;}
   a:active {color: Pink;}  
   
h1 {font-size:80px; }   


.rainbowbox {
  height: 500px;
  width: 900px;
  border: 15px solid HotPink;

  }
  
.rainbowboxbg {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: white;
  float: left;
}