 body{
   background-image:url(img/encaje.png);
   cursor: url(img/lip2.png), auto;
     }
   
  
h1{
  text-align:center;
  font-family: "Italianno", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 100px;
  color: #8b0000;
  text-shadow: 4px 3px rgba(0,0,0,0.4);
  }

main{
  text-align: center;
  }
  
  img{
    margin:1px,10px,5px,10px;
    height: 400px

     }  
   
   a:link{
     color: #8b0000;
     cursor: url("img/k.png"), auto;
     }
     
    a:visited{
     color: pink;
     }
     
    a:hover{
      color:purple;
    }
    
    a:active{
      color:yellow;
      }
  
   h2{
     margin-top:15px;
      font-family: "Bodoni Moda", serif;
      color:black;

      }
   
   h3{
     font-family:"Bodoni Moda", serif;
     color:#293133 ;
     }
   
   
   
   

