body{
  
  background-image: url(https://i.pinimg.com/1200x/9a/e3/e2/9ae3e2182b215b765507f3f782c37d37.jpg);
  background-size: auto;
  color: darkblue;
  
  
  
}



.main{
  
  background-image: url(https://i.pinimg.com/1200x/43/69/2f/43692ff12b1202500f25fefd186e674d.jpg);
  background-size: cover;
  width: 910px;
  height: 1000px;
  border: 5px double lightblue;
  padding: 10px;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  box-shadow: 0px 0px 10px 0px darkblue;
  
  
}


.header{

  background-image: url(https://i.pinimg.com/736x/1a/d4/23/1ad4236f7fd715899484641e0bb24201.jpg);
  background-size: 900px 200px;
  width: 900px;
  height: 199px;
  margin: auto;
  border: 5px solid white;
  box-shadow: 0px 0px 10px 0px darkblue;
  


}



.left{
  
  
  
  background: white;
  margin: auto;
  width: 300px;
  height: 339px;
  float: left;
  border: 2px solid lightblue;
  margin-top: 1em;
  box-shadow: 0px 0px 10px 0px darkblue;


}


p{
  
  
  margin: 10px;
  
  
}


.kitty{
  
   position: absolute;
   right: 180px;
   transform: scalex(-1);
  
}


.kitty2{
  
   position: absolute;
   left: 180px;

  
}
  

.about{
  
    border: 2px solid lightblue;
    background: white;
    margin: auto;
    width: 300px;
    height: 200px;
    margin-top: 2em;
    box-shadow: 0px 0px 10px 0px darkblue;

}