body {
  background-color: #FAD1CA;
  color: #0D0713;
  font-family: Verdana;
  width: 80%;
  margin: 0 auto;
}

h1 {
  font-size: 24px;
  color: #2E1742;
  font-weight: 900;
}

h2 {
  font-size: 18px;
  color: #542A79;
  font-weight: 600;
}

h3 {
  font-size: 14px;
  color: #8442BD;
  font-weight: 600;
  font-style: italic;
}

h4 {
  font-size: 12px;
  color: #9A64C9;
  font-weight: 600;
}

p {
  font-size: 12px;
  font-weight: 300;
}

ul {
  font-size: 12px;
  color: #2C3D2C;
  font-weight: 600;
}

a {
  color: #1D95CF;
  text-decoration: underline;
}

.post {
  border: 4px solid #DCCAEC;
  border-radius: 4px;
  padding: 14px;
}
  