section#party {
  background: linear-gradient(#d0eeff, white);
}

section#party .overlay {
  background: url('../img/background/party.png');
}

#party .section-head {
  height: 100px;
  border-radius: 20px;
  padding: 10px;
}

#party .content-img-wrapper img {
  border-radius: 20px;
}
