h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100pt;
    margin-top: 5px;
    line-height: 120px;
    
}
h1:hover {
    font-size: 150pt;
    line-height: normal;
    }

    @media screen and (max-width: 768px) {
        h1{
            text-align: center;
            font-size: 30pt;
        }
    }