/*a:link {*/
/*    text-decoration: underline;*/
/*}*/
/*a:hover {*/
/*    color: #667EEA;*/
/*}*/
@import url("https://cdn.quilljs.com/1.3.6/quill.snow.css");
ol{
    list-style-type: decimal; /*Needed because template removes this.*/
}
.flex-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
    margin: auto; 
    width: 100%; 
    height: auto; 
}
