body {
    font-family: sans-serif;
    text-align: center;
}

/* ビューワー領域のスタイル */
#viewer {
    width: 800px;
    height: 600px;
    border: 1px solid #ccc;
    margin: 20px auto; /* 中央揃え */
    background-color: #f9f9f9;
}

.controls {
    margin-top: 10px;
}