#penrose-svg {
    transform-origin: top left;
    pointer-events: all;
}

.sect {
    stroke: hsl(0, 0%, 30%);
    stroke-width: 1px;
    stroke-opacity: 0;
    fill-opacity: 0;
    pointer-events: all;
    cursor: pointer;
}

.sect.top {
    /* fill: #ED3D3D; */
}

.sect.left {
    /* fill: white; */
}

.sect.right {
    /* fill: black; */
}