#page_container {
  background-image: url('/images/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section, .group, .service, .card {
  background-color: transparent !important;
  box-shadow: none !important;
}
#information-widgets{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: black;
  border-radius: 10px;
}
.services-group{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: black;
  border-radius:10px;
  margin-inline: 10px;
}
.bookmark-group{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: black;
  border-radius:10px;
  margin-inline: 10px;
}
