/* style.css básico */
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, sans-serif;
  background-color: #000000;
  color: #00ffcc;
}
