.your-image {
pointer-events: none;
}
.your-image {
user-select: none;
}
body {
user-select: none;
}
body {
-webkit-tap-highlight-color: transparent;
}
.center-box {
display: flex;
gap: 15px
}
.character-line {
flex-shrink: 0;
width: 76%;
}
.checkbox-line {
flex-grow: 1
}