/*fuente*/
@import url('https://db.onlinewebfonts.com/c/2545d122b16126676225a5b52283ae23?family=VCR+OSD+Mono');

/*general*/
body {
  margin: 0;
  font-family: 'VCR OSD Mono', monospace;
  background: url("https://file.garden/Z-3w4J-zNAsQ34zD/new_not_found.png");   background-repeat: no-repeat;
  
  background-position: center;
  background-size: cover;
  min-height: 100vh;

  color: #ddd;
}