﻿html, body {
  height: 100%;
  margin: 0;
}

header {
  background-color: rgba(0, 0, 0, 0.8);
}

.legal-page h4 {
  margin-top: 30px;
}

/* Full screen background container */
.bg-svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Keep the background behind the content */
  background: no-repeat center center fixed;
  background-size: cover;
  /* Default background for light mode */
  /*background-image: url('/assets/back_light.svg');
  background-color: #eceff1;*/
  background-image: url("/assets/back_dark.svg");
}

/* Styling for the centered content box in light mode */
.center-box {
  background: rgba(0, 0, 0, 0.95);
  /*color: #fff;*/
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  /*border-radius: 0.5rem;
  */
}
