/* Change color and style on hover for navigation links */ nav a:hover { color: #d2d22b; /* Soft yellow-green shade */ font-style: italic; transition: color 0.3s ease, font-style 0.3s ease; }