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

.container{
max-width:600px;
padding:40px;
background:#3b3b3b;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.4);
}

h1{
margin-bottom:10px;
}

h2{
color:#d4a373;
}

.contact{
margin-top:30px;
font-size:18px;
}
