#editableArea {
    background-color: white;
    padding-top:5px;
    height: 85vh;
    min-height: 200px;
    margin-top: 0px;
    margin-left: 15px;
    width: 96%;
    overflow:auto;
    outline: none;
}
#editableArea h1{
    color:#007bff;
    font-size: 1.4em;
}

#editableArea h2{
    color:#007bff;
    font-size: 1.3em;
}

#editableArea h3{
    color:#007bff;
    font-size: 1.2em;
}

#editableArea h4{
    color:#007bff;
    font-size: 1.1em;
}

#editableArea h5{
    color:#007bff;
    font-size: 1em;
}

#toolbar {
    margin-bottom: 10px;
}

#toolbar button {
    margin-right: 5px;
}

#selectMenu {
    width: 150px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    padding-left: 0;
    text-align: left;
}

.menu-item {
    font-size: 0.85em;
    color: rgb(87, 85, 85);
    margin-left: 0;
    text-align: left;
}


.resize-drag {
    width: 40%;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    /* background-color: #29e; */
    color: white;
    font-size: 20px;
    font-family: sans-serif;

    touch-action: none;

    /* This makes things *much* easier */
    box-sizing: border-box;
    
}