body {
  background-color: #9b4dca;
}

/* Ensure .post-grid displays items left to right */
.post-grid {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Separator between grid items */
.post-grid > div:not(:last-child) {
  border-right: 2px solid #606c76;
  padding-right: 1rem;
}


.header,
nav {
  background-color: white;
  display: flex;
  margin: 0 auto;
  max-width: 86%;
  position: relative;
  border-radius: 30px;
  gap: 1rem;
  align-items: center;    /* horizontal alignment */
  justify-content: flex-start;
  margin-top: 1em;
  padding: 0.5em;
  padding-left: 2em;
}

.header a h1 {
  margin: 0 0 0;
  font-weight: bold;
  color: #606c76;
}

.wrapper {
    background-color: white;
    display: flex;
    margin: 0 auto;
    max-width: 86%;
    position: relative;
    border-radius: 30px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1em;
    padding-left: 1em;
}

.emoji-btn {
  font-size: 3rem;        /* match other buttons */
  line-height: 1;          /* centers emoji vertically */
  padding-bottom: .2em;
  ;}

.button {
  margin-bottom: 0;
}
