.selector{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 88px;
}

.cus-button.selection {
    background: linear-gradient(180deg, #72C9FF 0%, #3892FF 100%);
    margin: 10px auto 6px;
}

.cus-button.selection:hover {
    background: #56BEFF;
}
.cus-button.selection.clicking {
    color: #000000;
}

