/* =============================================================================
   Under Construction
   v0.0.2
   20th July 2026 17:20 UTC
   ============================================================================= */

/* --- RESET & BASE --- */

body {
  margin: 0;
  font-family: sans-serif;
  color: #075299;
  font-size: 2em;
  background: #000 url('assets/UnderConstruction.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
}

footer {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

h1, h2, h3, h4, h5 {
  margin: 10px 0;
  text-shadow: 0 0 4px rgba(7, 82, 153, 0.8);
}