body,html {
    /* full canvas for body */
    height: 100%;
    margin: 0;
    background-image: url("gemini.png");
    /* default font settings */
    font-family:'Courier New',Courier,monospace;
    color:black;
    font-size: 14px;
    font-weight: bold;
    
    /* Full height */
    height: 100%; 
    
    /* Center and scale the image nicely */
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 250px;
}

.datetime {
    position: absolute;
    bottom: 8px;
    left: 10px;
    font-size: 18px;
    color: white;
    display:inline;
    background-color:black;
}

.code {
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    font-size: 240px;
    background-color:yellow;
}

.next {
    position: absolute;
    top: 475px;
    width: 100%;
    text-align: center;
    font-size: 60px;
}