* {
    padding: 0;
    margin: 0
}
body {
    background-color: #eeeeee;
}
/* 游戏画布样式  */
#catch-the-cat {
    width: 100%;
    margin-top: 32px;
    text-align: center;
}
#info,#returnHome {
    text-align: center;
    /* border: solid 1px grey; */
    margin-top: 10px;
    margin-bottom: 20px;
}
#info p{
    font-size: 25px;
}
#returnHome a {
    text-decoration: none;
    color: #5bace2;
    font-size: 25px;
    line-height: 30px;
}
#returnHome a:HOVER {
    text-decoration: underline;
    color: #0099FF;
}