body {
    background-image: url(https://dd7tel2830j4w.cloudfront.net/f1531240378714x234386091353371740/page-1.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 150px;
    min-height: 360px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding-top: 90px;
}

body:before {
    content: 'Bubblebot      ';
    position: fixed;
    top: 0px;
    width: 100%;
    background: none white;
    background-image: url(https://dd7tel2830j4w.cloudfront.net/f1531946819200x747478706762194600/Bubble%20logo.svg);
    background-repeat: no-repeat;
    background-size: 106px 32px;
    background-position: 24px 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 40px 0px;
    height: 54px;
    z-index: 1000;
    padding-top: 10px;
    text-align: right;
    font-size: 17px;
    line-height: 47px;
    white-space: pre;
    font-weight: 300;
}


h2, p {
    text-align: center;
    color: rgb(63, 63, 63);
}

#input {
    width: 90%;
    height: 30px;
    display: block;
}

#output {
    height: 60%;
    width: 90%;
    overflow: auto;
    white-space: pre-wrap;
}

#input, #output {
    border: 1px solid rgb(236, 236, 236);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 5px 10px;
    resize: vertical;
    color: #3f3f3f;
    font-size: 14px;
    font-family: monospace;
    outline: none;
    margin: 8px auto;
}

#input:focus {
    border-color: #000FFF;
}
