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

}

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

}

ol{
    font-size: 80pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: rgb(53, 65, 232);
}

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

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

}
details{
    font-size: 80pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: chartreuse;
}

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

}
body {
background-color: rgb(25, 199, 118);
}

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

}




}