.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

#partyheader {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  padding: 10px;
  border: 2px solid;
  border-color: rgba(249,249,249,0.85);
  width: 100%;
}

#party_bg {
  background-color: rgba(205,34,75,0.61);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border: 2px solid;
  border-color: rgba(249,249,249,0.85);
}

#private {
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: rgba(173,50,12,0.27);
  padding-top: 20px;
  max-width: 1100px;
  margin-top: 20px;
  border: 2px solid;
  border-color: rgb(255,255,255);
}

.img-fluid {
  margin-bottom: 10px;
  border: 4px solid;
  border-color: rgb(255,255,255);
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  color: rgb(255,184,0);
  width: 100%;
}

a:focus, a:hover {
  color: #96600e;
}

a:hover {
  color: #ffffff;
  text-decoration: blink;
}

