h1{
    font-size: 80pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: rgb(255, 255, 255);

}


p{
    font-size: 80pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: rgb(0, 0, 0);
}
p:hover
{
background-color: rgb(255, 145, 0);

}

h1 {
    font-size: 80pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: rgb(0, 0, 0);
}

h1:hover
{
    background-color: rgb(212, 255, 0);
    
    }


body {
background-color: rgb(255, 255, 255);
}

@media only screen and (max-width: 1024px) {
body {
background-color: rgb(255, 255, 255);

}



}