.blog-content a {
    color: #7c3aed;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
}

.blog-content a:hover {
    color: #5b21b6;
}

.blog-content img {
    border-radius: 1rem;
    margin: 2rem 0;
}

.blog-content p,
.blog-content li {
    color: #52525b;
}