.rounded-circle{
    height: 70%;
width: 25%;
animation-name: bounce;
animation-duration: 4s;
animation-iteration-count: infinite;
border-radius: 20rem;
text-align: center;
}
.wallet{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wallets{
    margin-top: 50px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    border-radius: 0px;
    background-color: whitesmoke;
    height: 15vh;
    width: 15vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
*{
    scroll-behavior: smooth;
}
.main-logo{
    display: flex;
    justify-content: center;
 
    
}
.logo{
    width: 20%;
    border-radius: 20rem;
}