@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    background-image: url("img/hexagonos_pattern.png");
    background-color: #CCC; 
  
}

html, body {
    color: black;
    font-family: "Courier Prime", "Courier New", Courier, monospace;
    font-size: 1.7em;
    font-weight: 800;
}

::selection {  background-color: black; color: white; }

@media (prefers-color-scheme: dark) {
    html {
      color: black;
   }
}