input, button {
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    border: none;
    margin-bottom: 10px;
}

button {
    background: #2563eb;
    color: white;
    cursor: pointer;
}
