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: 3vw;
text-indent: 5px;

}

p {
  font-size: 1vw;
  text-align: center;
}

img {
width: 20vw;
}

.img_home {
width: 40vw;
margin: auto;
display: block

}




