#blog-body {
    overflow-y: scroll;
    text-transform: none;
}

header,
.footer-sect {
    text-transform: capitalize;
}

.code-box {
    /* background-color: gainsboro;
    padding: 15px; */

    font-family: 'Courier New', monospace;
    background-color: #030303;
    color: whitesmoke;
    /* padding: 5px; */
    border: 1px solid #a5a1a1;
    border-radius: 10px;
    max-width: 350px;
    font-size: small;
    /* width: 100%; */

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;


}

.code ul>li {
    list-style-type: decimal;
}

iframe {
    border-radius: 10px;
}

/* blog - container*/

.list-div {
    padding: 15px 10px;
}

.list-div ul li {
    display: flex;
    align-items: center;
    column-gap: 13px;

    max-width: 500px;
    padding: 10px;
    /* border: 1px solid rgb(82, 3, 3); */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    margin-bottom: 10px;
}

.list-div ul li:hover {
    box-shadow: inset 0px 0px 2px 1px rgb(12, 67, 130);
}

.list-div ul li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}