.home_page_h1{

text-align: center;
margin-bottom: 17px;

}

@media screen and (max-width: 800px) {
  .home_page_h1 {  
  	display: none;
  }
}



