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;
    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: 330px;
    height: 560px;
    left: 188px;
    top: 80px;
    position: absolute;
}
#code {
    display: none;
    color: rgb(196, 255, 255);
    font-size: 16px;
    margin-top: 70px;
    line-height: 25px;
    font-size: larger;
    font-weight: bolder;
}
#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: 48px;
}
#clock .digit {
    font-size: 64px;
}
#canvas {
    margin: 0 auto;
    width: 1100px;
    height: 680px;
}
#error {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    display: none;
}
.hand {
    cursor: pointer;
}
.say {
    font-size: 20px;
    margin-left: 5px;
}
.space {
    margin-right: 150px;
}

#message-box{
    position: absolute;
    margin-top:450px;
    font-size: 25px;
    font-family: monospace;
}

@media (max-width: 292px){
    body{
        font-size: 7px;
    }
    a{
        font-size: 7px;
    }
    #wrap{
        width: 550px;
        height: 340px;
        margin-top: 5px;
    }
    #text{
        width: 165px;
        height: 280px;
        left: 94px;
        top: 40px;    
    }
    #code{
        font-size: 8px;
        margin-top: 35px;
        line-height: 12.5px;
    }
    #clock-box{
        left: 30px;
        top: 275px;
        font-size: 14px;
    }
    #clock-box a{
        font-size: 14px;
    }
    #clock{
        margin-top: 24px;
    }
    #clock .digit {
        font-size: 32px;
    }
    #canvas {
        width: 550px;
        height: 340px;
    }
    #error {
        margin-top: 30px;
    }
    .say {
        font-size: 10px;
        margin-left: 2.5px;
    }
    .space {
        margin-right: 75px;
    }
    
    #message-box{
        margin-top:225px;
        font-size: 12.5px;
    }
}
/* 608
   292 */