body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  background: #0b0f16;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100vh;
  text-align:center;
}

.card{
  background: rgba(255,255,255,0.05);
  padding:40px;
  border-radius:20px;
  backdrop-filter: blur(10px);
  box-shadow:0 0 40px rgba(0,0,0,0.6);
  max-width:700px;
}

.logo{
  width:300px;
  max-width:90%;
  margin-bottom:20px;
}

h1{
  margin:10px 0;
  font-size:32px;
}

.subtitle{
  color:#d6b15e;
  font-weight:bold;
  margin-bottom:20px;
}

.text{
  opacity:0.8;
  margin-bottom:30px;
}

.btn{
  display:inline-block;
  padding:12px 24px;
  background:#d6b15e;
  color:black;
  text-decoration:none;
  border-radius:10px;
  font-weight:bold;
}

footer{
  margin-top:30px;
  font-size:12px;
  opacity:0.6;
}
