
.title_style{
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
    
}

img{
    display: block;
    margin: 0 auto;
}

.markdown-section h1:before,
.markdown-section h2:before,
.markdown-section h3:before {
    content: "";
    display: none;
}