.dword-msg {
    z-index: 2;
    background-color: #7285b7;
    color: #d1f1a9;
    position: fixed;
    left: 40%;
    top: 25px;
    padding: 5px;
    opacity: 0.9;
    transition: ease 0.5s;
}

.CodeMirror {
    height: 100%;
    font-family: 'Droid Sans Mono';
}

.CodeMirror.cm-s-pastel-on-dark {
    font-size: 16px;
}
