body {
  background-image: url("/assets/wallpaper/pyramid.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.widget-header {
  border-radius: var(--border-radius);
  background-image: linear-gradient(to right, rgba(10,10,20,.83), rgba(0, 0, 0, 0));
  padding: .75rem 2rem;
}

.widget-content:not(.widget-content-frameless), .widget-content-frame {
  background: rgba(10,10,20,.83) !important;
}
