.button-A-B{
    border: 1px solid rgb(158, 156, 173);
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    height: min-content;
    padding: 5px;
    transform: rotate(-25deg);
    box-shadow: inset 0 0 5px 2px rgb(177, 175, 189),
                inset 0 0 10px 10px rgb(202, 201, 213)
}

.button-A-B div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(87, 16, 52);
    box-shadow: 2px 2px 3px rgb(57, 57, 57),
                inset 2px 2px rgb(175, 83, 108)
}

