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

body{
font-family:'Inter',sans-serif;
background:#0b0f19;
color:white;
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
}

.container{
max-width:700px;
padding:40px;
}

.logo img{
width:150px;
margin-bottom:25px;
}

h1{
font-size:42px;
margin-bottom:10px;
font-weight:500;
}

p{
opacity:0.8;
margin-bottom:25px;
font-size:18px;
}

.contact a{
color:#7dd3fc;
text-decoration:none;
font-size:16px;
}

footer{
margin-top:40px;
font-size:13px;
opacity:0.5;
}
