body {
  /* font-family: 'Noto Serif Display', serif !important;  */
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Nunito', sans-serif !important;
     font-family: 'Noto Sans', sans-serif !important; 
     background-image: url('./ccchaos.svg'); */
}

.list-group-item {
  background-color: #1e4444 !important;
  color: blanchedalmond !important;
  border-bottom: 2px solid blanchedalmond !important;
  max-width: 50% !important;
}

.accordion-button.collapsed {
  background-color: rgb(245, 245, 245) !important;
  color: #333 !important;
}

.accordion-button {
  background-color: Azure !important;
  color: rgb(0, 83, 139) !important;
}

.link-footer {
  background-color: #1e4444;
  color: #fce2ba;
}

.link-footer:hover {
  color: #ffd494;
  text-decoration: none;
}

#unicef-info:hover {
  text-decoration: none;
}

.btn-wsp {
  position: fixed;
  width: 110px;
  height: 105px;
  bottom: 110px;
  right: 10px;
  padding: 10px 5px 10px 5px;
  background-color: #21cd5b;
  color: white;
  border-radius: 5px;
  z-index: 100;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 1px 10px #0000004d;
}

.btn-wsp:hover {
  color: white;
  background-color: #20bb53;
}


a{
  color: #1e4444;
}