* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  background: url('background.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.35);  /* Lighter and softer */
  padding: 60px 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 90%;
}

.logo {
  width: 240px!important;
    height: 60px!important;
  object-fit: contain;
  display: block;
  margin: 0 auto 30px auto;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.4;
}

.subtitle {
  font-size: 21px;
  margin-bottom: 16px;
  font-weight: 500;
}

.footer {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.9;
  font-weight: 500;
}
