h2 {
    margin: 0;
    font-size: 1.4em;
}

h2, h3, h4, h5, h6 {
    position: relative;
    padding: 0.2em;
    background-color: #2F363D;
    color: #D1D5DA;
    /* border-left: 2px solid rgba(121, 184, 255, 1); */
    /* border-top: 1px solid rgba(27, 31, 35, 1); */
    /* border-left: 1px solid rgba(27, 31, 35, 1);
    border-bottom:1px solid rgba(27, 31, 35, 1);
    border-right:1px solid rgba(27, 31, 35, 1); */
}

h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #79B8FF 70%, rgba(121, 184, 255, 0) 100%);
    pointer-events: none;
}

/* h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #79B8FF 70%, rgba(121, 184, 255, 0) 100%);
    pointer-events: none;
} */


h3, h4, h5, h6 {
    margin: 0.4em 0 0 0;
}