h1{
    text-align: center;
    margin-top: 5%;
    font-size: 50px;
    color: #fff;
}

#toca
{
    display: none;
}

@media screen and (max-width: 500px) {
    
    h1{
        margin-top: 20%;
        font-size: 35px;
    }
  }