body{
    background-color: #168508; 
    font: 1.0em "Comic Sans MS", sans-serif;
}
a{
    color : #0000ee;
    text-decoration: none;
}
a:hover{
    color : #00d6ee;
    text-decoration: underline;
}
h1{
    text-align: center; 
    color:rgb(10, 47, 22);
}
h1:hover{
    color:rgb(7, 35, 16);
}