body {
  margin: 0;
  font-family: "Inter", sans-serif;
  height: 100vh;
  color: #fff;
  background: url("../assets/LisaSabbeComingSoon.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Overlay for readability */
body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.container {
  position: relative;
  z-index: 1;
  padding: 20px;
}

h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.socials a {
  color: #fff;
  font-size: 1.8rem;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.socials a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.follow-text {
  margin-top: 30px;
  font-size: 1rem;
  opacity: 0.85;
}/*# sourceMappingURL=main.css.map */