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:900px;
  margin:auto;
  padding:15px;
  background-color:#302929;
  
}
  
p {
  color:#E6E0E0;
  
}
  
h3 {
  color:#E6E0E0;
  
}
  
ul {
   color:#e6e0e0;
   
}

a href {
  color:#e6e0e0
  
}

hr {
  color:#AC3636
  
}

.gallery-item .desc {
padding: 15px;
  text-align:center;
  width:auto;
  color:#e6e0e0
  
  
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background:none;
}

.gallery-item {
  margin: 5px;
  border: 2px solid #e6e0e0;
  width: 250px;
  background:none
}


