body { background:#08090c; color:white; font-family:Arial; }
.logo { width:80px; }
form { display:flex; flex-direction:column; width:300px; }
input, textarea { margin:5px 0; padding:8px; border-radius:6px; border:none; }
button { padding:10px; border-radius:6px; border:none; background:#1ee3ff; cursor:pointer; font-weight:bold; }
