ul{
    list-style-type: square;
    color:darkviolet;
    margin: 0;
    padding-left: 30px;
    font-size: 18px;
}
li{
    margin-bottom: 10px;
    background-color: rgb(193, 211, 226);
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
ol{
    list-style-type: lower-alpha;
    list-style-position: inside;
    font-style: italic;
    color: blue;
    padding-bottom: 5px;
    padding-top: 8px;
}
li:first-child{
    font-weight: bold;
}
.recept{
    border-left: 4px;
    padding-left: 18px;
}