

#embedVideo {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.ql-editor {
    white-space: unset!important;
}

.ql-editor img {
    max-width: 100%;
    height: auto;
}

.ql-editor a{
    color: #007bff;
    text-decoration: underline;
}

h1{
    font-size: 2.25rem;
}
h2{
    font-size: 1.875rem;
}
h3{
    font-size: 1.5rem;
}
h4{
    font-size: 1.25rem;
}
h5{
    font-size: 1rem;
}
h6{
    font-size: 0.875rem;
}

@media (max-width: 640px) {
    #embedVideo {
        height: 200px;
    }

    h1{
        font-size: 1.5rem;
    }
    h2{
        font-size: 1.25rem;
    }
    h3{
        font-size: 1rem;
    }
    h4{
        font-size: 0.875rem;
    }
    h5{
        font-size: 0.75rem;
    }
    h6{
        font-size: 0.625rem;
    }
    
}