.django-ckeditor-widget {
    display: block !important;
    width: 100%;
}


.blog-post {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog-post h1 {
    font-size: 2em;
    margin-bottom: 10px;
}
.blog-post p {
    line-height: 1.6;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #007bff;
    transition: color 0.2s;
}
button:hover {
    color: #0056b3;
}

a{
    text-decoration:none;
}


