/* styles.css */

.selection-boxes {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.selection-boxes div {
    width: 30%;
}

.results-box {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: auto;
}

#results {
    list-style-type: none;
    padding: 0;
}
