.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5{
        font-weight: bold;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
}

.ProseMirror h1{
        font-size: 2rem;
        margin-top: 2rem;

}
.ProseMirror h2{
        font-size: 1.75rem;
        margin-top: 2rem;
}
.ProseMirror h3{
        font-size: 1.5rem;
        margin-top: 2rem;

}
.ProseMirror h4{
        font-size: 1.25rem;
        margin-top: 1rem;

}
.ProseMirror h5{
        font-size: 1rem;
        margin-top: 1rem;

}
.ProseMirror p{
        margin-bottom: 0.5rem;
}
.ProseMirror ul{
        list-style-type: disc;
        margin-left: 2rem;
        margin-bottom: 1rem;
}
.ProseMirror a{
        text-decoration: underline;
}