body {
  background: linear-gradient(rgb(0,10,0,0.17), rgb(0,10,0,0.17)), url("https://burgandy.neocities.org/telescope%201.jpg") repeat-x fixed; /*Replace this with your own background image!*/
  background-size:auto 140%;
  text-align: justify;
  font-family: "Palatino", "Bookman", serif;
  }
  
a {
  color: #a10000;
  }
  
#header-image { /*suppress header image*/
  display: none;
  }
  
.column-wrapper {
  column-gap: 2em;
  }
  
.post, .post-scroller {
  border: 0;
  background: #fff;
  border-radius: 15px 3px;
  margin-bottom:15px;
  }
  
.post .post-inner, .post-scroller .post-inner {
  padding: 3px 20px 17px 20px;
  margin:0;
  }
  
/*Looks similar to footer but just covers a big section.*/
.block-color-section, #header {
  background: #59352E;
  color: #fff;
  min-height:1em;
  margin-top: 15px;
  margin-bottom:35px;
  }
  
.block-color-inner, #header .post-inner {
  padding:15px;
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto;
  }
  
#header {
  margin-top:0;
  top: 0;
  width: 100%;
  }
  
#footer a {
  color: #eee;
  }