ul{
    list-style-type: circle;
    color: #28447c;
    margin: 0;
    padding-left: 40px;
    font-size: 25px;
}
li{
    margin-bottom: 20px;
    background-color: #88aadd;
    padding: 8px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-top: 6px;
}
ol{
    list-style-type: lower-alpha;
    list-style-position: inside;
    font-style: oblique;
    color: #1a1a5c;
    padding-bottom: 8px;
    padding-top: 8px;

}
li:first-child{
    font-weight: bold;
}
.recept{
    border-left: 6px;
    color: #061b49 ;
    padding-left: 18px;
}