body{
    background-color: lightblue;
    color: black;
}

H1:hover{
    color: chartreuse;
}