

h1 {  
    font-family: sans-serif;
    line-height: 0.8;
    font-weight: bold;
    font-size:20px;
    text-align: center;
    }
    
    h2 {  
    font-family: sans-serif;
    line-height: 0.8;
    font-weight: bold;
    font-size: 40px;
    text-indent: 5px;
    text-align: center;
    
    }
    
    p {
      text-align: center;
      line-height: 1;
      font: size 100px;;
    }
    
    img {
    width: 20vw;
    }
    
    .img_home {
    width: 100px;
    margin: auto;
    display: block;
    
    }
  
    .img_home2 {
      width: 400px;
      margin: auto;
      display: block;
      
      }

      .pitalic {
        font-style: italic;
      }
    
  
  
  
  
  