
input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="tel"],
button,
textarea,
select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #111;
}
button, input[type="button"] {
    background-color: #222;
    color: white;
    border: none;
    cursor: pointer;
}
