.block ul {
    display: block;
    list-style: circle;
}

.block ul li {
    color: rgb(255, 220, 167);
    margin-left: 20px;
}
