/*
Simple Light v.1.0
Report any bugs at https://neocities.org/site/asapollyon
  v.1.0 is archived at https://archive.is/t6M47
*/
@media only screen and (min-width: 600px) {
  @media only screen and (min-height: 500px) {
html {
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  font-size: 1em;
  }
body {
  background-color: #ffe5b4;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
  }
h1, h2, h3, h4, h5 {
  text-align: center;
  }
    p::before {
      content: "------";
      color: rgba(0, 0, 0, 0);
    }
  a {
    color: #00f;
    text-decoration: none;
    }
  a:visited {
    color: #666;
    }
  a::selection {
    text-decoration: underline;
  }
  .mobile {
    display: none;
    }
}
  @media only screen and (max-height: 500px) {
  html {
    background-color: #ffe5b4;
    color: #000;
    font-family: sans-serif;
    font-size: 1.5em;
    }
  body {
    width: 90%;
    height: 100%;
    background-color: #ffe5b4;
    }
  h1, h2, h3, h4, h5 {
    text-align: left;
    }
    p::before {
      content: "------";
      color: rgba(0, 0, 0, 0);
    }
  a {
    color: #00f;
    text-decoration: none;
    }
  a:visited {
    color: #666;
    }
  a::selection {
    text-decoration: underline;
  }
  .computer {
    display: none;
    }
    }
  }
@media only screen and (max-width: 600px) {
  html {
    background-color: #ffe5b4;
  color: #000;
    font-family: sans-serif;
    font-size: 1.5em;
    }
  body {
    width: 90%;
    height: 100%;
    background-color: #ffe5b4;
    }
  h1, h2, h3, h4, h5 {
    text-align: left;
    }
  p::before {
      content: "------";
      color: rgba(0, 0, 0, 0);
    }
  a {
    color: #00f;
    text-decoration: none;
    }
  a:visited {
    color: #666;
    }
  a::selection {
    text-decoration: underline;
  }
  .computer {
    display: none;
    }
  }