movable-area {
    overflow: hidden;
    width: 100%;
    height: 2.18rem;
    margin: 0;
    border-radius: .05rem;
    background-color: #fff;
}

movable-view {
    display: flex;
    width: .6rem;
    height: .6rem;
    color: #fff;
    border-radius: .05rem;
    background-color: #5b9fff;
    align-items: center;
    justify-content: center;
}

.bigger-area {
    width: 4.8rem;
    height: 2.8rem;
}