body{
    color: darkgoldenrod;
    background-color: lightgrey;
}
header{
    color: gold;
}
nav ul,li,nav li{
    border-color: pink;
}
nav a:hover{
    background: #ffe9e9;
    color: rgb(27, 14, 14);
}
header a{
    background: white;
    color: black;
}
nav{
    background-color: white;
}
a:link{
    color:saddlebrown;
}
a:visited{

    color: #d7ee95;
}
a:focus{
    color: #d7ee95;
}
/* https://css-tricks.com/css-link-hover-effects/#aa-the-sliding-highlight-link-hover-effect */
/* a:not(nav a):not(.too-long):hover{
    box-shadow: inset 200px 0 0 0 #69443f;
    color: white;
} */
a:active{
    color: #580d02;
}

footer{
    background: #80ffd4;
}
table{
    background-color: pink;
}
tr th{
    background-color: lightpink;
}
h2{
    background-color: thistle;
}
.slider{
    background-color: gray;
}