body { font-family: 'Inter', sans-serif; background: #0f172a; color: white; margin: 0; padding: 0; }
.highlight { color: #38bdf8; }
nav { display: flex; justify-content: space-between; padding: 2rem; }
header { text-align: center; padding: 100px 20px; }
form { display: flex; flex-direction: column; max-width: 400px; margin: 0 auto; gap: 10px; }
input, textarea { padding: 10px; border-radius: 5px; border: none; }
button { background: #38bdf8; color: white; border: none; padding: 10px; cursor: pointer; font-weight: bold; }