
h1{
  background-color: rgba(217, 240, 143, 0.4);
  color: #00FA9A;

}
h3{
  background-color: rgba(255, 0, 0, 0.4);
  color: rgba(255, 255, 255, 1);

}
  P{
     background-color: rgba(255, 252, 252, 0.4);
      
    background-size: 5% 40%;
    background-position: right bottom;
    background-repeat: no-repeat;
    

  }
  
  html{
     background-image: url('isto.jpg');
     background-size: cover;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  </body>
</html>