.link { color: var(--blue-2); transition-duration: 0.3s; text-decoration: none; white-space: normal; } .link:hover { color: var(--teal-2); }