body {
    height: 100%;
    overflow: hidden;
    touch-action: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.selectArea { position: absolute; bottom: 180px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-items: center; gap: 20px; }
.selectArea .object { cursor: pointer; width: 267px; height: 294px; }
.selectArea .object img { width: 100%; }


.rotateImg { position: absolute; top: 163px; left: 50%; transform: translateX(-50%); cursor: pointer;}
.rotateImg img { width: 100%; height: 100%; }
