body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black; /* 背景設為黑色 */
    color: white; /* 文字設為白色 */
    font-family: Arial, sans-serif;
}

.speedometer {
    text-align: center;
}

#speed {
    font-size: 10rem; /* 加大速度數字 */
    font-weight: bold;
}

.unit {
    font-size: 2rem; /* 加大單位字體 */
    color: #ccc; /* 單位文字設為淺灰色 */
}
.saira-stencil-one-regular {
    font-family: "Saira Stencil One", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  