.markdown-body > h1 {
    background: none !important;
    margin-top: 0.5rem;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 3rem;
    text-align: center;
    text-shadow: rgba(180,180,180,0.7) 0px 0px 30px;
}


p h2 h3 :not(#github-text) {
    color:#c4cad5;
}

#github-text {
    color: #c4cad5;
    font-style: italic;
}

img {
    transition: 0.3s;
    width:95%;
    display: block;
    margin: auto;
    overflow: visible;
}

img:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    transform: scale(1.04);
}
