body {
  font-family: monospace;
  font-size: 1rem;
}

main {
  width: 70%;
  margin: auto;
}

header h1 {
  -webkit-text-decoration: underline rgb(224, 113, 255);
          text-decoration: underline rgb(224, 113, 255);
}
header h2 {
  font-weight: normal;
}

article {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

ul li {
  padding: 5px;
}

small {
  -webkit-text-decoration: underline rgb(224, 113, 255);
          text-decoration: underline rgb(224, 113, 255);
}

#clothes {
  grid-column: span 2;
  grid-row: span 2;
}

#misc {
  grid-column: span 2;
}

.intangible {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: span 3;
}
.intangible h2, .intangible p {
  grid-area: 1/1/1/1;
}
.intangible p {
  margin-top: 70px;
}

blockquote {
  font-size: 0.9rem;
  grid-area: 1/2/1/2;
  padding: 8px;
  border: 4px solid rgb(224, 113, 255);
}
blockquote em {
  font-size: 1rem;
}/*# sourceMappingURL=packed.css.map */