.wallet_connect {
    width: 370px;
    padding: 0px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* z-index: 100; */
    background-color: white;
}
.wallet_connect_header{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phantom_slope {
    display: flex;
    width: 100%;
    padding: 30px 0px;
}
.phantom {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.slope {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.divider {
    border: solid 1px gray;
}
