ol li h6 {
    display: inline-block;
}
li p {
    display: inline-block;
    list-style-type: disc !important;
    line-height: normal;
    margin-top: 3px !important;
    margin-bottom: 6px !important;
    font-size: 17px;
    font-family: monospace;
    font-weight: 600;
    opacity: 0.7;
}
.para {
    margin-top: 16px !important;
    margin-bottom: 5px !important;
}
ol li {
    list-style-position: inside;
}
.html-code {
    background: #0f111a;
    color: white;
    position: relative;
    padding: 20px;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
}
p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
h4 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}
span {
    background: #00000015;
    padding: 0 4px;
    border-radius: 5px;
}
