* { font-family: Agave Nerd Font Mono, Arial, sans-serif; border-radius: 60px; font-size: 10pt; color: #d6abab; } window { background-color: #1a1a1a; color: #E40046; border: solid; border-width: 4px; margin-bottom: 10px; padding: 5px; } list { background: none; border-radius: 25px; padding: 5px; margin: 5px; } entry { background-color: rgba(0, 0, 0, 0.2); padding: 4px 8px; border-radius: 15px; color: #b0b4bc; } button, image { background: none; border: none; box-shadow: none; color: #999; } button { padding: 4px; margin-left: 4px; margin-right: 4px; font-size: 12px; border-radius: 2px; color: #d6abab; } button:hover { background-color: rgba(255, 255, 255, 0.15); color: #E40046; } button:focus { box-shadow: none; color: #E40046; }