

.h2{
    text-align: center;
  }
  
  
  @media only screen and (max-width: 600px) {
    .h2{
    text-align: center;
  font-size: 18px;
  
  }
  .logo{
    margin-top: 10px;
    margin-left: 4px;
    position: absolute;
    width: 20%;
  
  }
  }