body {
    padding:0;
    margin:0;
    overflow:hidden;
	height: 600px;
}
canvas {
    padding:0;
    margin:0;
}
div.btnbg {
    position:fixed;
    left:0;
    top:10%;

    /* 设置宽高（示例） */
    width: 100%;
    height: 100%;

    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: #1a1a1a;
}

div.center {
    /* 文字居中 */
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中 */
    padding: 10px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

    .highlight {
      font-weight: bold;
      color: #c62828;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .coming {
        padding-bottom: 30px;
        font-size: 5rem;
    }

    #timeElapsed {
        padding-top: 20px;
        font-size: 3rem;
    }