body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  background: #0d0f1c;
  color: #fff;
}

#background-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.overlay .logo {
  max-width: 200px;
  margin-bottom: 1rem;
}

.overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.overlay p {
  font-size: 1.2rem;
  max-width: 700px;
  margin-bottom: 1.5rem;
}

.images img {
  width: 250px;
  margin: 1rem;
}

.contact-note {
  margin-top: 2rem;
  font-size: 0.9rem;
}
