body {
    background: cornflowerblue;
}
a:hover{
    color: greenyellow;
}