h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100pt;
    margin-top: 5px;
    line-height: 120px;
    
}
h1:hover {
    font-family: cursive;
    font-size: 100pt;
    line-height: normal;
    color: rgb(250, 153, 26);
    }
    @media screen and (max-width: 600px){
        h1,h1:hover,body{
            background-color: rgb(12, 48, 116);
            font-size: 30pt;
        }
    }