
html, body {
    background: #222222;
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
    padding: 50px;
    border: none;
}
html {
    box-shadow: 1em 1em 2em #000 inset;
}
#viewport {
    align-items: center;
    background: #111111;
    border: 8px solid #DDEEDD;
    border-radius: 35px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 10em; 
    padding: 1em 3em;
    box-shadow: 1em 1em 2em #000;
}
#statement {
    color: #DDEEDD;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 24px;
    user-select: none;
}

/* The end. */
