html {
  background-color: #ffa8d8; }

#posts {
  border-top: 10px solid #df3d8e;
  padding: 20px;
  background-color: white;
  font-family: Calibri, "Lucida Grande", Verdana; }
  #posts h1 {
    font-size: 200%;
    font-weight: bold;
    color: #b13071; }
  #posts input {
    padding: 5px;
    font-size: 120%; }
  #posts textarea {
    padding: 5px;
    font-size: 120%; }
