div.inside-article {
    background-color: #232323 !important;
    color: #b3b3b3 !important;
    padding: 8% 10% !important;
}

div.entry-content p {
    line-height: 25px;
}

div.entry-content h2,div.entry-content h3,div.entry-content h4 {
    color: #4CAF50;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px dashed #4CAF50;
    padding-bottom: 10px;
}

div.entry-content a {
    color: #FF5722 !important;
}

div.entry-content a:hover {
    color: #fff !important;
}

.entry-content strong, .entry-content b {
    color: #009688;
    margin-bottom: 20px;
}