/* Style for the list container */
#website-list {
    list-style: none;
    padding: 0;
}
#website-list-extra {
    list-style: none;
    padding: 0;
}

/* Style for each list item (anchor link) */
.website-list-item {
    margin-bottom: 10px;
}
