Files
nutty-tools/now-playing/style.css
T
2026-06-27 04:51:28 +10:00

14 lines
330 B
CSS

body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
font-size: 20px;
color: white;
margin: 0;
}
#main-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh; /* Full viewport height */
margin: 0.5em;
}