body {
    font-size: 16px !important;
}

code {
    font-size: 14px !important;
}

h2 {
    font-size: 24px !important;
}

body {
    background-color: #f6f8fa;
    line-break: strict !important;
    word-break: normal !important;
    text-wrap: pretty !important;
}

h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 16px !important;
}

#post_detail {
    a {
        color: #067Fc6 !important;
        text-decoration: none !important;
    }
    a:hover {
        color: #26afe6 !important;
    }

    a:active {
        color: #045f56 !important;
    }

    h1 {
        a {
            color: #333333 !important;
        }
        a:hover {
            color: #555555 !important;
        }
        a:active {
            color: #111111 !important;
        }
    }
    
}

code {
    font-family: 'Jetbrains Mono', monospace !important;
}

.menu {
    text-shadow: 0 4px 6px rgba(0,0,0,0) !important;
}

#blogTitle {
    display: none;
}

