.body {
  background: #4d0d0d;
  font-family: courier;
  color: white;
}
.header{
  background: #32a87b;
  color: #0e241b;
  margin-bottom: 100px;
  margin-top: 100px;
}
.otherpages{
  background: #540b42;
  margin-bottom: 100px;
  margin-top: 100px;
}
.intro{
  background: #f5b536;
  color: black;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
  border: 2px pink outset;
  border-radius: 10px;
}
.post1{
  background: #3764b3;
  color: #0c1033;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
  border: 2px blue outset;
  border-radius: 10px;
}
}