.editable-code {
    cursor: text;
    width: 100%;
    min-height: 30vh;
    max-height: 50vh;
}

#profile-pic {
    cursor: pointer;
    transition: box-shadow 0.2s, border 0.2s;
    max-height: 2em;
    background: #fafafa;
}
#profile-pic:hover {
    box-shadow: 0 0 0 2px #0d6efd44;
    border: 2px solid #0d6efd44;
}

#env-highlight {
    color: #00ff64;
    font-size: 0.6em;
    font-weight: bolder;
    margin-left: 0.0em;

}
