/* Stylesheet for letterstoshenita.com */

body {
  max-width: 32rem;
  margin: 64px auto;
  padding: 1rem;
}

footer {
  text-align: center;
}

li {
  margin: 10px 0;
}

p {
  line-height: 1.5;
}

ul > p {
  line-height: normal;
}

details {
  margin-top: 14px;
}

details > p {
  padding-left: 18px;
}

.h4 {
  font-weight: bold;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 12rem;
  resize: vertical;
}
