body{
  
    background-image: url(/images//bgs/bunnycarrot.gif);
    zoom: 70%;

}

.main1, .main2, .main3, .sideL1, .sideL2, .sideR1, .sideR2{
    background-image: url(images/bgs/fondo_purplestars.gif);
    border: 3px dashed rgb(145, 68, 171);
    
    }  
  
  body a {
    color: #000000;
  }
h1{

  background-image: url(images/bgs/fondo_purplestars.gif);    
}
.main4 { 
  
    grid-area: 2 / 3 / 3 / 4; 
    width: 850px;
    border: 3px dashed rgb(145, 68, 171);
    background-image: url(images/bgs/fondo_purplestars.gif);

    }

    .titlePart { 
      
      grid-area: 1 / 3 / 2 / 4; 
      border: 3px dashed rgb(145, 68, 171);
      width: 3fr; /*can be 835px*/

  }