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

.container{
text-align:center;
}

.card{
background:#cf5f04;
padding:40px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

button{
background:#fd6304;
border:none;
padding:15px 30px;
border-radius:8px;
color:rgb(1, 68, 7);
font-size:16px;
cursor:pointer;
}

button:hover{
background:#324202;
}
