* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui;
    background: #111;
    color: #eee;
}

input,
select,
textarea {
    font: inherit;
}

input {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #444;
    background: #1c1c1c;
    color: #eee;
    max-width: 100%;
}
