/* style.css */

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

li:nth-child(even) {
    background-color: #f2f2f2;
}