body {
  background-color: white;
  color: black;
  font-family: monospace;
  text-align: center;
  position: relative;
    background-image:url(https://moldspore-art.neocities.org/sonoran%20redraw.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed

}

.meow {
  width:1200px;
  margin:auto;
  padding:15px;
  background-color:#302929;
  
}
  
p {
  color:#E6E0E0;
  
}
  
h3 {
  color:#E6E0E0;
  
}
  
ul {
   color:#e6e0e0;
   
}

a href {
  color:#e6e0e0
  
}

hr {
  color:#AC3636
  
}