body {
    background-color: #ECF0F3;
    font-weight: 400;
    font-size: 19px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.76;
    font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

main {
    margin:  0 auto;
    max-width: 1100px;
    text-align: center;
    font-size: 22px;
    width: 100%;
    padding: 15px;
}

h1 {
    font-weight: 600;    
}

.blog-post-header-title {
    font-size: 2rem;
    line-height: 1.38;
    margin: 0 0 1rem;
    color: inherit;
    font-family: inherit;
    margin-bottom: 50px;
        margin-top: 20px;
}

h2, h3, h4 {
    font-size: inherit;
    color: #CC0000;
    text-align: left;
}

h5, h6 {
    font-size: inherit;
    color: #CC0000;
    text-align: left;
}

strong {
    text-align: left;
    font-size: 21px;
    color: #CC0000
    
}

p {
    text-align: justify;
    font-weight: 300;
    margin: 1em 0;
    line-height: 1.75;
    font-size: 1.5rem;
}

.label-head {
    font-size: 24px;
    font-weight: 600;
}

abbr {
    font-weight: 600;
}

.share-art {
    position: relative;
    /* display: block; */
    overflow: hidden;
    margin: 20px;
    padding: 15px 0;
    flex: 1;
    display: flex;

}


.share-art a {
    float: left;
    font-size: 12px;
    /* line-height: 30px; */
    color: #fff;
    border-radius: 2px;
    margin: 3px;
    padding: 0 5px;
    height: 30px;
    min-width: 30px;
    text-align: center;
}

li {
    text-align: left;
}