em {
	padding: 0 4px;
}
pre {
	padding: 20px !important;
}
.post__content pre {
	padding: 20px !important;
}

code:not(.highlight code) {
    background-color: #e9e9e9;
    color: #e74c3c;    
    padding: 0.1em 0.3em;
    border-radius: 4px;
}

.post__content h1 {
    margin: 1em 0;
}

.post__content h3,
.post__content h2 {
    margin: 1.5em 0;
}


blockquote {
	border-left: 2px solid rgb(142, 142, 142) !important;
	background-color: rgb(240, 240, 240);
	padding: 0.1em 1em;
    min-width: 80% !important;
    margin: 20px auto !important;
}

.hightlight {
    background-color: #f0f0f0;
    padding: 0.1em 0.3em;
    border-radius: 4px;
}