body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

input, button {
    padding: 6px 10px;
    margin: 5px;
}

.list-item:nth-child(odd) {
    background-color: #EFEFEF;
}