.index-modal .modal-content {
  padding: 0.5rem 0.5rem 0;
  background-color: rgba(var(--modal-background-color-rgb), .8);
  overflow-y: clip;
}

.index-modal .modal-header {
  background-color: var(--index-modal-header-background-color);
  border-radius: 15px 15px 0 0;
  text-align: center;
}

.index-modal .modal-header .modal-title {
  color: var(--index-modal-header-color);
  text-shadow: var(--index-modal-header-shadow) 2px 0 5px;
  font-family: Round8Four;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.announcement-modal-content .announcement-piece {
  border-radius: 15px;
}

.announcement-modal-content .announcement-piece:nth-of-type(2n) {
  background-color: var(--post-background-even);
}

.announcement-modal-content .announcement-piece:nth-of-type(2n+1) {
  background-color: var(--post-background-odd);
}