.home-img {
    border-radius: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.my-btn {
    border-radius: 15px;
    font-weight: bolder;
    font-size: larger;
    border: solid 5px #1cbc9d;
    color: #1cbc9d;
}

.my-logo {
    height: 60px;
    width: 180px;
}

.c-item {
    height: 480px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.my-nav {
    font-size: larger;
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;

}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* Regular */
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /* Bold */
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* Bold */
}


.my-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /* Bold */
}


.why-me {
    background-color: #024a3f;
    color: whitesmoke;
}


/* for cards */

.card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.card:hover {
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.my-contact {
    border-radius: 5px;
}

.my-pic {
    height: 150px;
    width: 150px;
    border-radius: 100px;
}

.my-follow {
    max-width: 200px;
    max-height: 200px;
    min-width: 50px;
    min-height: 50px;
}

.my-v {
    height: 35px;
    width: 35px;
}

.my-withdraw {
    border: solid 3px #023e8a;
    border-radius: 5px;
}

.my-client {
    border: solid 3px #023e8a;
    border-radius: 5px;

}

.my-nid {
    height: 400px;
    width: 600px;
}

.my-invest {
    border: solid 3px #023e8a;
    border-radius: 5px;
}

.my-success {
    color: green;
    font-weight: bolder;
}

.my-pending {
    color: red;
    font-weight: bolder;
}

.my-deposit {
    border: solid 3px #03045e;
}