
body {
  background-image: url('13lucky-number13.jpg');
  text-align: center;
}
h1 {
  color: rgb(0,255,0);
  font-family: Courier;
  font-size: 24px;
}
h2 {
  color: rgb(0,255,0);
  font-family: Courier;
  font-size: 18px;
  padding: 20px
}
p {
  color: rgb(0,255,0);
  font-family: Courier;
  font-size: 14px;
}
.introduction, .disclaimers, .blogpost0, blogpost1 {
  background-color: black;
  margin-left: 300px;
  margin-right: 300px;
  border: 2px solid rgb(0,255,0);
}

.adrian {
  margin: 10px;
}

.posttitle {
  text-align: center;
  color: white;
  font-family: Courier;
}
.post {
  text-align: left;
  padding: 10px;
  color: rgb(0,255,0);
  font-family: Courier;
}
.date {
  text-align: center;
  color: grey;
}
.blogimage{
  text-align: left;
}