.list-randomizer {
    font-family: Asap, sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.list-randomizer textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.list-randomizer button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.list-randomizer button:hover {
    background-color: #0052a3;
}

.list-randomizer .result {
    margin-top: 20px;
}

.list-randomizer ol {
    padding-left: 20px;
}
