.list {
    list-style-type: disc;
}

.list li{
    margin: 10px;
}

