
@media (max-width: 1200px) {
  body {
  background: linear-gradient(to bottom, #b0b1b3 10%, #3c3d3f 90%);
  background-size: 100%;
  background-repeat: no-repeat;
  }
}

@media (min-width: 1201px) {
body {
  background-image: url(https://emberblade.neocities.org/BackgroundNotFound.png);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: black;
  font-family: 'Comic Sans MS';
  }
}

