h1 {  
  font-family: sans-serif;
  line-height: 0.8;
  font-weight: bold;
  font-size:10vw;
  }
  
  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;
    font: size 100px;;
  }
  
  img {
  width: 20vw;
  }
  
  .img_home {
  width: 100px;
  margin: auto;
  display: block
  
  }




