body {
    margin-top: 40px;
    margin-left: 40px;
    background-color: #a56ec6;
}

input {
    height: 30px;
}		

.main {
    display: flex;
    text-align: center;
    color: white;
}

#preview {
    flex: 1.75;
    border: 4px #666666 solid;
    margin: 0;
}

#console {
    flex: 1;
    padding-top: 250px;
}

#num { 
    border: 2px solid #000;
    text-align: center;
}

#time {
    border: 2px solid #000;
    text-align: center;
    color:#999999;
}

#ack {
    padding-top: 15px;
    line-height: 1.5;
}