/*
Theme Name: Employee Requirement Pro
Author: ChatGPT
Version: 2.0
*/

body {
    background:#f5f5f5;
}
form {
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
}
button:hover {
    background:#005177;
}
