img:hover {
    opacity: 0.3;
}

.nav-item:hover{
    color: gold;
}