
#post_body {
    color: white;
}

#post_body p {
    margin: 30px auto;
    font-size: 18px;
}

#post_body h2 {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 700;
}

#post_body h3 {
    margin: 10px auto;
    font-size: 18px;
    font-weight: 700;
}

.btn_in_post {
    width:240px;
}

.standout {
    font-weight: 700;
    text-decoration:underline;
}

.end_of_post {
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(218, 218, 218);
}

.post_img {
    width: 600px;
    border: 1px solid rgb(175, 175, 175);
    border-radius: 3px;
}

@media (max-width: 1024px) {
    .post_img {
        width: 400px;
    }
}