.kw { color: #66d9ef; }     /* keywords */
.str { color: #a6e22e; }    /* strings */
.num { color: #fd971f; }    /* numbers */

.editor {
    background: #111;
    color: #fff;
    font-family: monospace;
    padding: 10px;
    white-space: pre-wrap;
    outline: none;
    min-height: 200px;
    border: 1px solid #444;
}

body {
    font-family: helvetica;
    background-color: #514E4B;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}
body button {
    background-color: bisque;
    padding: 5px;
    border-radius: 5px;
}
body textarea {
    background-color: black;
    color: orange;
    border-radius: 10px;
    width: 90vw;
}
.flop {
    color: black;
    background-color: blue;
    width: 50vw;
}
body a{
    color: aqua;
}
body input {
    background-color: wheat;
    padding: 5px;
    color: black;
    border-radius: 10px;
}