body{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding:0;
    text-align: center;
    background: #fffbf4;
}
#text {
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

h2 {
    font-size: 75px;
    text-align: right;
}

#canvas_wrapper{
    width: 1100px;
    margin:0 auto;
}