body {
  font-family: Arial, sans-serif;
  background: #eef2ff;
}

.post {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  margin: 6px 0;
}

textarea {
  width: 100%;
  height: 80px;
}
