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

.container{
    max-width:700px;
}

.logo{
    width:260px;
    margin-bottom:30px;
}

h1{
    font-size:40px;
    margin-bottom:10px;
}

p{
    opacity:0.8;
}

.contact{
    margin-top:30px;
}

input{
    padding:12px;
    width:220px;
    margin:6px;
    border:none;
    border-radius:6px;
}

button{
    padding:12px 20px;
    background:#f4b400;
    border:none;
    border-radius:6px;
    font-weight:bold;
    cursor:pointer;
}

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