* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  min-height: 100vh;
  background: url("assets/background.jpg") no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.overlay {
  background: rgba(0, 0, 0, 0.55);
  padding: 60px 80px;
  border-radius: 12px;
  max-width: 700px;
  text-align: center;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
}

a:hover {
  opacity: 0.85;
}
