body{
  background-color: cornflowerblue;
  border: 3px solid darkblue;
  }
  
  
 .open{
    color: white;
    text-align: center;
    background-image: url("https://pixelsafari.neocities.org/dividers/more/sparkles3.gif");
    border-radius: 15px
  }
  
  
  .stuff{
    text-align: left;
    color: white;
    background-color: #96ADE0;
    border: dotted 2px black;
    overflow: scroll;
    }
  
  p{
    background-image: red;
    }
    
    .title{
       color: white;
      text-align: center;
      }
  
  
 



  
  
  
 
