Initial Assessment
Welcome to the NHAI Initial Assessment. Your responses will help us tailor our coaching to your unique needs.
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; } .container { background-color: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 80%; } h2, h3 { text-align: center; } label { display: block; margin-top: 20px; } textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } .submit-button { display: block; margin: 20px auto; padding: 10px 20px; background-color: #333; color: #fff; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s; } .submit-button:hover { background-color: #555; }
Welcome to the NHAI Initial Assessment. Your responses will help us tailor our coaching to your unique needs.