/* ZE BACKGROUND */
body {
  background-image: url("water.jpg");  
}

/* BACK BUTTON */
#back {
  position: fixed;
  margin-top:20px;
  margin-left:20px;
  color: rgb(255,255,255);
}

/* SHIT IN THE MIDDLE */
#main-page {
  border: none; 
  outline: none;
  background: repeating-linear-gradient(to bottom, transparent, transparent 26px, #33d 27px);
  background-attachment: local;
  font-size: 15px; 
  line-height: 27px;
  max-width: 1000px; 
  margin: 0 auto;
  padding: 50px;
  background-color: rgb(200,200,200);
}

/* TEXT */
p {
  font-family: "Courier", monospace;
  margin-top: 25px;
  margin-bottom: 29px;
}

h2 {
  font-family: "FreeMono", monospace;
  font-size: 28px;
  margin-bottom: 35px;
}

.post-title {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 11px;
  color: rgb(0,80,100);
}
