/* Reset and Base Styles */
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url('weboflight.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

/* Container */
.container {
  max-width: 740px;
  padding: 2rem;
  margin: auto;
}

/* Headings */
h1 {
  font-size: 2.75rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* Paragraphs */
p {
  margin: 1rem 0;
}

/* Email link */
a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}
