nav a:hover {
    text-decoration: underline;
}

#social a:hover {
    opacity: 0.8;
}

#contact a:hover {
    text-decoration: underline;
}

#clocks .clock-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.18);
}

.nav-links a:hover, #song-shuffle:hover {
    background: #310033;
}

.nav-links a:active, #song-shuffle:active {
    transform: translateY(1px);
}

#projects a:hover,
#projects a:focus-visible {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.18);
    text-decoration: none;
    outline: none;
}

#projects a:active {
    transform: translateY(1px);
}

.random-song .platform-toggle[data-platform="spotify"] > :nth-child(1) { display: inline-block;cursor:pointer; }
.random-song .platform-toggle[data-platform="spotify"] > :nth-child(2) { display: none; }
.random-song .platform-toggle[data-platform="tidal"] > :nth-child(1) { display: none; }
.random-song .platform-toggle[data-platform="tidal"] > :nth-child(2) { display: inline-block;cursor:pointer; }