body {
    margin: 30px;
    background: #333;
    background-image: linear-gradient(90deg,#222 1px,transparent 0),linear-gradient(180deg,#222 1px,transparent 0);
    background-size: 24px 24px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity));
}

.pose-img {
    width: 55px;
    border: 1px solid white;
    margin-bottom: 12px;
    margin-right: 12px;
}

.notation-img {
    width: 250px;
    border: 1px solid white;
    margin-bottom: 12px;
}

figure {
    color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-family: sans-serif;
}
canvas {
    border: 1px solid white;
    margin: 12px 0;
    width: 200px;
    height: 200px;
}

.gallery {
    display: flex;
    flex-direction: column;
}