
body {
    background-color: #000000; 
    

}

 .blackbox1 {

background-color:none; 
         width:600px; 
         height:388px; 
         position:relative; 
          top:100px; 
         left:200px; 
         z-index:2;
         }

.blackbox2 {

background-color:white; 
         width:600px; 
         height:388px; 
         position:relative; 
         top:0px; 
         left:300px; 
         z-index:3;
         }


         .blackbox3 {

background-color:black; 
         width:600px; 
         height:150px; 
         position:relative; 
         top:0px; 
         left:550px; 
         z-index:4;
         }


         .nightbox2 {

background-color:black; 
         width:600px; 
         height:165px; 
         position:relative; 
         top:50px; 
         left:100px; 
         z-index:1;
         }

          a {
    color: magenta;
}       

         p {

   font-family:Cedarville Cursive;

      font-size: 35px;

      font-weight: lighter;
      color: magenta;
      text-align: left;
      padding:20px 50px 20px 50px;

}

      .white {
         color: magenta;

      }
      
      
      