#post-container {
  display: grid;
  padding: 16px;
}

.post-item {
  width: 100%;
  border: 1px solid #280053;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 0;
}

.post-item:hover {
  background-color: #e2b9f3;
}

.post-link {
  text-decoration: none;
  color: black;
  font-family: "yoster";
}

.post-header {
  display: flex;
}

.post-desc {
  flex-grow: 4;
  font-family: "basiic";
}

.post-date {
  font-family: "basiic";
  font-size: 0.8em;
  padding: 3px;
}

.back-arrow-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "basiic";
  font-size: 18px;
}

.back-arrow {
  height: 50px;
}

.back-link {
  padding: 10px;
  display: grid;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.back-text {
  place-self: center;
  color: black;
}

/*Posts*/

/* Palestine */
#free-palestine {
  background-color: rgb(126, 214, 125);
}

.inner-link {
  color: black;
}

.jump-to {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jump-to-container {
  border: 2px dashed black;
  padding: 8px;
  box-sizing: border-box;
  width: fit-content;
}

.jump-to-list {
  margin: 0;
}

.post-subheader {
  font-weight: bold;
  margin-top: 15px;
}

.post-footer-gif-container {
  display: flex;
  align-items: center;
  justify-content: center;
  image-rendering: pixelated;
}

#genocide {
  color: red;
}

/* Aikey */

#photo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#aikey-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

#dates-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

#aikey-text {
  width: 30%;
  height: auto;
  image-rendering: auto;
}

#dates {
  image-rendering: auto;
  height: auto;
  width: 60%;
}

.candle-gif {
  image-rendering: pixelated;
  height: 100px;
}

#candle-left {
  margin-left: 50px;
}

#candle-right {
  margin-right: 50px;
}

#aikey1 {
  width: 30%;
  height: auto;
  margin: 25px;
}

#teddy2 {
  width: 30%;
  height: auto;
  margin: 25px;
}

#teddy4 {
  width: 30%;
  height: auto;
  margin: 10px;
}

#teddy5 {
  width: 30%;
  height: auto;
  margin: 10px;
}

#rose-divider {
  image-rendering: pixelated;
  width: 60%;
}

#aikey-roses {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%;
}

#teddies {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10%;
}

.roses {
  image-rendering: pixelated;
  height: 75%;
}

#aikey2 {
  height: 100%;
  border: solid 2px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
}

.frame {
  background-color: #ddc;
  border: solid 5vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow:
    0 0 5px 0 rgba(0, 0, 0, 0.25) inset,
    0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  height: 85%;
  padding: 4vmin;
  position: relative;
  text-align: center;
  &:before {
    border-radius: 2px;
    bottom: -2vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
    content: "";
    left: -2vmin;
    position: absolute;
    right: -2vmin;
    top: -2vmin;
  }
  &:after {
    border-radius: 2px;
    bottom: -2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    content: "";
    left: -2.5vmin;
    position: absolute;
    right: -2.5vmin;
    top: -2.5vmin;
  }
}

#wonderfultime {
  image-rendering: auto;
  width: 75%;
}

#paw-divider {
  image-rendering: pixelated;
  width: 90%;
  padding: 20px;
}

#aikey-teddy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-wrap: break-word;
}

#aikey3 {
  width: 45%;
}

.dove-gif {
  image-rendering: pixelated;
  height: 200px;
}
