#codeWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    margin-left: 8px;
    transition: opacity 4s ease-in, filter 2s ease-in;
    /* border: 1px solid red; */
}

pre,
code {
    max-width: 100%;
    display: flex !important;
    flex-flow: column;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    /* background-color: rgba(0, 0, 0, 0) !important; */
    font-size: 12px !important;
    /* border: 1px solid red; */
    /* Prevent mobile browsers from resizing text */
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}