body {
    margin: 0;
    padding: 0;
    /*background-image: url('../img2.png');
  background-size: cover;
  background-repeat: no-repeat;*/
    /*font-size: 14px;
  font-family: sans-serif;*/
    color: white;
    background-color: purple !important;
    overflow: auto;
}

a {
    color: white;
    font-size: 14px;
}

#main {
    width: 100%;
}

#wrap {
    position: relative;
    margin: 0 auto;
    width: 1100px;
    height: 680px;
    margin-top: 10px;
}

#text {
    width: 350px;
    height: 560px;
    left: 0;
    top: 80px;
    position: absolute;
}

#code {
    display: none;
    color: rgb(196, 255, 255);
    font-size: 16px;
    margin-top: 0;
    line-height: 25px;
    font-size: 15px;
    font-weight: bolder;
    max-width:500px!important;
}

#clock-box {
    position: absolute;
    left: 60px;
    top: 550px;
    font-size: 28px;
    display: none;
}

    #clock-box a {
        font-size: 28px;
        text-decoration: none;
    }

#clock {
    margin-left: -62px;
}

    #clock .digit {
        font-size: 64px;
    }

#canvas {
    margin: 0 auto;
    width: 1200px;
    height: 680px;
}

#error {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    display: none;
}

.hand {
    cursor: pointer;
}

.say {
    /*margin-left: 5px;*/
}

.space {
    margin-right: 150px;
}

#message-box {
    position: absolute;
    margin-top: 481px;
    font-size: 20px;
    font-family: monospace;
    max-width: 620px;
}
