header {
    background-color: #1b7ad1;
}
 a {
    color: white;
    text-decoration: none;
}
nav a:hover {
    background-color: #1b7ad1;
}