* { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; margin: 0; padding: 0; image-rendering: optimizeSpeed; user-select: none; text-decoration: none;}

body { background-color: black; }

/* Webpage theme */

h1 > a:hover { color: red; }

.E { display: flex; justify-content: center; text-decoration: none; margin-top: 6px; }

.E:hover { margin-top: 8px; color: red; text-decoration: underline; text-underline-offset: 6px;}

.audio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    margin-bottom: 20px;
    width: 320px;
}


/* CUSTOM SCROLL BAR */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-thumb { background: red; border-radius: 5px; } ::-webkit-scrollbar-thumb:hover { background: #cc1111; }