body {
    background-color: #482;
    color: #eee;
    font-size: 1.33em;
}

a,
a:visited{
    color: rgb(238, 255, 87);
}

a:hover {
    color: rgb(195, 208, 71);
}

.nav__item:hover {
    background: #3e822a;
}