﻿#post_content p {
    margin-bottom: 1.6rem;
}

#post_content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.6rem;
}

#post_content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.6rem;
    background-image: -o-linear-gradient(357.69deg, rgba(80, 20, 208, 0.31) 5.74%, rgba(114, 57, 234, 0.81) 28.17%, rgba(124, 255, 255, 0.62) 62.19%, #04C8C8 91.87%);
    background-image: linear-gradient(92.31deg, rgba(80, 20, 208, 0.31) 5.74%, rgba(114, 57, 234, 0.81) 28.17%, rgba(124, 255, 255, 0.62) 62.19%, #04C8C8 91.87%);
    background-clip: text;
    -webkit-background-clip: text;
    --text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    -webkit-animation: animated_text 13s linear infinite !important;
    animation: animated_text 13s linear infinite !important;
}

#post_content h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
}

#post_content a {
    color: rgba(80, 20, 208, 1);
    font-weight: semi-bold;
    text-decoration: none;
    border-bottom: 1px solid rgba(124, 255, 255, 1);
}

#post_section {
    margin-top: 5.5rem;
}

#feature_image {
    width: 100%;
    height: auto;
    margin-top: 4rem;
}