*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  outline: none;
}


:root{
    --bg-color: #fff;
    --second-bg-color: whitesmoke;
    --text-color: #444;
    --main_color: #0660D3;
}
body{
    width: 100%;
    display: flex;
}



/* Navigation bar by the left starts from here */
.navBar{
    width: 21%;
    height: 100vh;
    text-align: center;
    box-shadow: 1px 1px 5px var(--second-bg-color);
    position: sticky;
    top: 0;
    overflow-x: hidden;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-highlight-color: whitesmoke;
    scrollbar-track-color: whitesmoke;
    scrollbar-face-color: whitesmoke;
    scroll-initial-target: nearest;
    scroll-snap-type: proximity;
    scrollbar-color:  whitesmoke white  ;
    transition: all.9s;
    display: block;
}

.navBar::-webkit-scrollbar:hover{
    
    scrollbar-color:  whitesmoke white  ;
}

.navBar .logodiv img{
    padding: 8% 0 15% 0;
    width: fit-content;
    border-bottom: 1px solid #8888882d;
}
.navBar .navCon{
    width: 100%;
    margin: 20% 0 0 20%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.navBar .navItem{
    display: flex;
    width: fit-content;
    gap: 6px;
    border-radius: 15px;
    align-items: center;
    margin: 3% 0;
    padding: 4%  19% 5% 7%;
    color: #999;
    font-size: 18px;
}
.navBar .navItem{
    font-size: 18px;
}
.navBar .coloured{
    color: white;
    background-color: var(--main_color);
}
.navBar .navItem img{
    height: 24px;
    width: 24;
}
.navBar span{
    width: 60%;
    background-color: var(--second-bg-color);
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 5% 0;
    margin: 40% 20% 20% 15%;
    margin-left: 22%;
    border-radius: 10px;
}
.navBar span img{
    width: 24%;
}
.navBar span p{
    margin-top: -10%;
    font-size: 17px;
    color: #888;
} 
.navBar menu{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
/* Navigation bar by the left ends here */


main{
    width: 79%;
}

/* Header starts from here */
header{
    display: flex;
    justify-content: space-between;
    width: 82%;
    height: 12vh;
    align-items: center;
    padding: 0 5%;
    position: fixed;
    background-color: var(--bg-color);
    z-index: 10;
    box-shadow:  1px 4px 15px 2px rgba(165, 165, 165, 0.13);
}
header>h1{
    font-weight: 700;
    color: #344054;
    font-size: 32px;
}
header div{
    display: flex;
    width: 40%;
    justify-content: space-between;
    padding: 0 2%;
    align-items: center;
}
header div input{
    width: 85%;
    height: fit-content;
    font-size: 18px;
    padding: 1.5% 2%;
    border-radius: 8px;
    border: 1px solid #888;
}
input::placeholder{
    color: #888;
    font-size: 16px;
}
header div span img{
    width: 30px;  
    height: 30px;
    border-radius: 50%;
    border: 1px solid #888;
    padding: 15%;
}
header div span{
    position: relative;
}
header div span p{
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}:xr-overlayheader .logodiv {
    display: none;
}
header .mobile{
    display: none;
}
header .logodiv{
    display: none;
}
header .withdrawhead{
    display: flex;
    gap: 30%;
    justify-content: flex-start;
    display: none;
    width: 100%;
 }


 


#closeMenu, .mobile{
    font-size: 24px;
    border-radius: 12px;
    height: 36px;
    width: 38px;
    border: 2px solid var(--second-bg-color);
    padding: 8px;
    background-color: var(--bg-color);
    color: #444;
    font-weight: 100;
    display: none;
    padding: 0 7px;
}

/* Header ends here */

/* the first blue card with account details */
.dashboard{
    background-color: var(--second-bg-color);
    width: 100%;
    height: fit-content;
    padding: 5% 5% 2% 5%;
    display: flex;
    justify-content: space-between;
    margin-top: 12vh;
}
.dashboard .col1{
    width: 46%;
    position: relative;
}

/* The Blue noisy card  starts here */

/* .noise{
    background-image: url(noise.svg);
    height: 100%;
   width: 100%;
    backdrop-filter: blur(20);
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
.noise::before{
    content: "";
     background-image: url(noise.svg);
    backdrop-filter: blur(2);
    opacity: 0.4;
    z-index: 1;
     position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 55%;
  border-radius: 0 0 70px 10px;
  z-index: 0;
  
} */

.containerdiv{
  height: 230px;
  width: 100%;
  background-color: var(--second-bg-color);
  position: absolute;

}
.containerdiv .maindiv{
  width: 100%;
  height: 65%;
  background-color: var(--main_color);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 10px 0;
  z-index: 0;
}
.containerdiv .leftdiv{
  background-color: var(--main_color);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 55%;
  border-radius: 0 0 70px 10px;
  z-index: 0;
  
}
.containerdiv .leftdiv::before{
  content: "";
  background-color: var(--main_color);
  width: 90%;
  height: 50%;
  border-radius:  0 0 10px 10px;
  z-index: 0;
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 1%;
}

.containerdiv .rightdiv{
  background-color: var(--second-bg-color);
  width: 45%;
  height: 35%;
  position: absolute;
  right: 5%;
  bottom: 0;
  border-radius: 10px 0 0 10px ;
  z-index: 1;
  opacity: 2;
}

/* the blue noisy card ends here  while the account details on thew card starts here*/


.dashboardDetails{
    display: flex;
    flex-direction: column;
    padding: 6% 15% 3% 6%;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 230px;
    justify-content: space-between;
    z-index: 1;    
}
.dashboardDetails span{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.dashboardDetails .copy{
    width: 15%;
    height: auto;
   position: absolute;
   bottom: 12%;
   right: 5%;
}
.dashboardDetails span p{
    color: white;
    font-size: 15px;
}
.dashboardDetails span h2{
    font-size: 28px;
    color: white;
}
.dashboard .genAcct{
    padding: 12% 6%;
    align-items: center;
    width: 120%;
    border: 1.5px dashed var(--main_color);
    border-radius: 10px;
    font-size: 16px;
    color: var(--main_color);
    background-color: var(--bg-color);
    margin-right: -35%;
    box-shadow:  6px 5px 10px 15px rgba(231, 231, 231, 0.658);
    margin-bottom: -3%;
    transition: all 0.3s;
}
.dashboard .genAcct:hover{
    scale: 1.02;
    box-shadow:  1px 1px 20px 18px rgba(231, 231, 231, 0.658);
    font-size: 17px;
    
}
.dashboard .genAcct span{
        display: flex;
    justify-content: center;
    gap: 10%;
    width: 100%;
}
.dashboard .genAcct b{
    scale: 2;
    font-weight: 200;
} 
.dashboard .spannav nav:nth-child(2){
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5%;
    width: 46%;
}

/* the account details on the blue card ends here while the next card starts here */
.quick{
    padding: 5%;
    width: 100%;
    background-color: var(--bg-color);
    margin-top: 10%;
    border-radius: 15px;
    
    box-shadow:  1px 1px 10px 2px rgba(228, 226, 226, 0.247);
}
.quick h2{
    font-size: 24px;
    font-weight: 500;
    color: #444152;
}
.quick p{
    color: #8E8AA5;
    font-size: 17px;
}
.quick nav{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.quick nav span{
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex-direction: column;
    width: fit-content;
    align-items: center;
}
.quick nav img{
    /* border: 1px solid #8888; */
    border-radius: 50%;
    padding: 0;
}
.quick .roundImg{
    width: fit-content;
    height: fit-content;
    padding: 16px;
    border-radius: 50%;
    border: none;
    background-color: var(--second-bg-color);
}
/* ends here while the next card starts here */

.midman{
    display: flex;
    justify-content: space-between;
    padding: 4% 4% 4% 5%;
    background-color: #FFF2E7;
    height: 26vh;
    margin-top: 14%;
        border-radius: 10px;
}
.midman nav .log{
    width: 70%;
}
.midman nav h1{ 
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.midman button{
    border: none;
    background-color: var(--bg-color);
    padding: 5% 6%;
    border-radius: 10px;
    width: fit-content;
    height: fit-content;
}
.midman button span{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}
.midman nav{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.midman .guy{
    width: 48%;
    height: 160%;
    margin-top: -14%;
}
/* ends here */

/* active transaction starts here*/

.transaction, .transactionpage{
        padding: 5% 8%;
    width: 100%;
    background-color: var(--bg-color);
    margin-top: 10%;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.transaction div{
    display: flex;
    justify-content: space-between;
}.transaction div h2{
    color: #444152;
    font-size: 24px;
    font-weight: 500;
}
.transaction div p{
    color: #A6A4A0;
    font-size: 16px;
}
.transaction .othr{
    padding: 10px;
    background-color: #FDFDFD;
    border-bottom: 6px solid var(--second-bg-color);
    border-radius: 39px;
}
.transaction .othr strong{
    font-size: 20px;
    color: #1A9A45;
    font-weight: 500;
}
.transaction .othr span{
    display: flex;
    width: 50%;
    gap: 16px;
}
.transaction .othr span p{
    font-size: 20px;
    color: #444152;
    font-weight: 500;
}
.transaction .othr span p b{
    font-size: 16px;
    color: #A6A4A0;
}
.transaction .othr span img, .transactionpage .othr span img{
    padding: 13px;
    border-radius: 50%;
    background-color: #F8F8F8;
    width: fit-content;
    height: fit-content;
}



.transactionpage{
    width: 100%;
    padding: 0;
    display: none;
}
.transactionpage div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 24px 10px;
    background-color: #FDFDFD;
    border-radius: 28px;
    align-items: center;
}
.transactionpage div span{
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}
.transactionpage .othr span p{
    font-size: 18px;
    font-weight: 500;
}
.transactionpage .othr span b{
     font-size: 16px;
    color: #A6A4A0;
}
.transactionpage .othr strong{
     font-size: 20px;
    color: #1A9A45;
    font-weight: 500;
    background-color: #F0FFEF;
    padding: 6px 16px;
    align-items: center;
    display: flex;
    font-size: 14px;
    border-radius: 12px;
}





/* deposite history starts here */
.dashboard .col2{
    background-color: var(--bg-color);
    height: 140h;
    width: 50%;
    padding: 4%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.dashboard .col2 h1{
    color: #222;
    font-weight: 500;
    font-size: 25px;
    line-height: 20px;
    width: 100%;
}
.dashboard .col2 .depo, .depo2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
    text-align: center;
    gap: 15px;
    padding: 0 30px;
    cursor: pointer;
}
.dashboard .col2 .depo strong{
    font-weight: 600;
    font-size: 19px;
}
.dashboard .col2 .depo p{
    font-size: 16px;
    color: #888;
}
/* deposit history ends here */


/* footer navigation for mobile starts here */
footer{
    display: none;
    height: fit-content;
    position: fixed;
    bottom: 0;
    z-index: 10;
     background-color:  var(--bg-color);
     width: 100%;
}

footer>.navCon{
    display: flex;
    padding: 4% 1% 5% 5%;
    justify-content: space-between;
    align-items: center;
    background-color:  var(--bg-color);
    z-index: 10;
    box-shadow:  1px 4px 15px 2px rgba(165, 165, 165, 0.185);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: fit-content;
}
footer .navCon .navItem{
    text-align: center;
    line-height: 150%;
    width: 20%;
    font-size: 14px;
}
footer .navCon .navItem:first-child p{
    font-weight: 600;
}


.modal{
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
     left: 0;
    background: #1e1e1e9a;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal_content{
    width: 35%;
    height: fit-content;
    padding: 40px;
    border-radius: 8px;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.modal_content .heading{
    text-align: center;
    padding: 0px 0px 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.modal_content .heading h2{
    
    font-size: 17px;
    font-weight: 600;
    color: #444152;
    padding: 0;
    margin: 0;
}
.modal_content div{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.modal_content div p{
    font-size: 15px;
    font-weight: 500;
    color: #444152;
} 
.modal_content div input{
    background-color: #FAFAFA;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    height: 16px;
    width: 100%;
    padding: 25px;
}
.modal_content .butForm{
    flex-direction: row;
    gap: 6%;
}
.modal_content .butForm .cancelbut{
    padding: 18px 0;
    border-radius: 8px;
    border: 1px solid #BCBABA;
    background-color: var(--bg-color);
    width: 47%;
    font-weight: 500;
    transition: all 0.3s;
}
.modal_content .butForm .cancelbut:hover{
    font-size: 18px;
    padding: 14px 0;
    background-color: var(--second-bg-color);
}
.modal_content .butForm .genbut{
    padding: 18px 0;
    border-radius: 8px;
    border: 1px solid #BCBABA;
    background-color: #076DF3;
    color: white;
    width: 47%;
    font-weight: 500;
    transition: all 0.3s;
}
.modal_content .butForm .genbut:hover{
      font-size: 18px;
    padding: 14px 0;
    background-color: var(--main_color);
}

#genAccount{
    display: none;
}

.loading_account{
    display: none;
}
.loading_account .modal_content{
    width: 20%;
    padding: 55px 10px 30px 10px;
}
.modal_content .containloader{
    width: fit-content;
    height: fit-content;
    padding: 4px;
    border: 1px solid #D0CFCF;
    border-radius: 50%;
    margin: 0 0 0 45% ;
}
  
.modal_content .loader{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border-bottom: 2px solid #444152;
  animation: rotate-circle 1s linear infinite;
}
.modal_content .loadd{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.modal_content .loadd h2{
    font-size: 16px;
    color: #031635;
    font-weight: 600;
}
.modal_conten .loadd p{
    font-size: 12px;
    color: #8e8aa5de;
    font-weight: 400;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.depo2{
    display: none;
}
.depo2 input{
    font-size: 35px;
    width: 80%;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}
.depo2 .max{
    width: fit-content;
    height: fit-content;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #8E8AA5;
    background-color: #F8F8F8;
    border: none;
    border-radius: 30px;
}
.depo2 .withtext{
    font-size: 13px;
    color: #8E8AA5;
}
.depo2 div{
    width: 100%;
}
.depo2 div select {
    width: 25%;
    height: fit-content;
    padding: 15px;
    background-color: #F8F8F8;
    color: #444152;
    border-radius: 30px;
    border: none;
    padding: 10px;
    appearance: none;
    background-image: url(home_images/NG.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 5px;
    text-align: end;
    font-size: 16px;
    font-weight: 500;
}
.depo2 .withdraw{
    width: 100%;
    background-color: #076DF3;
    color: white;
    padding: 15px 0;
    border-radius: 8px;
    border: none;
}

 .select_options{
    font-size: 14px; 
    font-weight: 400;
 }
   
 


 .bank_transfer .modal_content h1{
     font-size: 16px;
    font-weight: 600;
    color: #444152;
    width: 100%;
    text-align: start;
 }
 .bank_transfer .modal_content{
    padding: 44px 30px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
 }
 .bank_transfer #bankT{
    display: flex;
    gap: 14px;
    align-items: ce nter;
    cursor: pointer;
 }
 .bank_transfer span{
    display: flex;
    flex-direction: column;
    gap: 4px;
 }
 .bank_transfer span p{
    font-size: 15px;
    color: #444152;
    font-weight: 600;
 }
 .bank_transfer span b{
    color: #8E8AA5;
    font-size: 13px;
      font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
 }
.bank_transfer {
    display: none;
}
.bankPage, .next{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 80px 20px 0 30px;
    display: none;
}
.bankPage div, .next>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.bankPage div input::placeholder, .bankPage div select option{
    font-size: 13px;
    color: #8E8AA5;
}
.bankPage div input, .bankPage div select{
    width: 100%;
    background-color: #FAFAFA;
    border: none;
    padding: 14px;
    font-size: 12px;
}
.bankPage div p, .next>p{
    font-size: 14px;
    color: #031635;
}
.bankPage button, .next>button{
    margin: 200px 0 0 0;
    padding: 16px 0;
    border: none;
    border-radius: 8px;
    background-color: #03163542;
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-color);
}

.next nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 14px;
}
.next nav div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.next nav img{
    border-radius: 50%;
    background-color: #6D727E33;
    width: 22px;
    height: 22px;
}
.next nav span{
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 4px;
}
.next nav h3{
    font-size: 13px;
    color: #434346;
    font-weight: 500;
}
.next nav p{
    font-size: 12px;
    color: #8E8AA5;
} 
.next nav strong{
    align-items: center;
    display: flex;
    gap: 4px;
    height: 100%;
}
.next nav button{
    padding: 6px 10px;
    background-color: #EAEAEA;
    font-size: 13px;
    color: #444152;
    border-radius: 6px;
    border: none;
}
.next nav input{
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
}


.confirm_account {
    display: none;
}
.confirm_account .modal_content{
    width: 30%;
    padding: 2%;
}
.confirm_account .modal_content h1{
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #D0CFCF;
}
.confirm_account nav{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.confirm_account nav span {
    display: flex;
}
.confirm_account span p{
    font-size: 16px;
    color: #A6A4A0;
    text-align: start;
    width: 40%;
}
.confirm_account span h3{
    font-size: 16px;
    font-weight: 600;
    width: 60%;
}
.confirm_account .tyt p, .confirm_account .tyt h3{
    font-size: 17px;
    font-weight: 700;
    color: #444152;
}
.confirm_account .tyt p{
    width: 40%;
    text-align: start;
}
.confirm_account .tyt h3{
    width: 60%;
}
.confirm_account .tyt{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px 0 0 0;
    border-top: 1px solid #EAEAEA;
}


















@media screen and (max-width: 480px){

.modal .modal_content{
        width: 80%;
    }
    .navBar .logodiv{
        display: block;
    }
    header h1{
        display: none;
    }
        header .mobile {
            display: block;
        }
    header .logodiv {
            display: block;
            width: fit-content;
        }
    footer {
            display: block;
        }
    header{
        width: 100%;
        height: 8vh;
        display: flex;
        justify-content: space-between;
        gap: 0;
    }
        header>div {
            width: 100%;
            justify-content: space-between;
        }
    header input{
        display: none;
    }

    .navBar{ 
        display: none;
        width: 65%;
        position: fixed;
        z-index: 10;
        background-color: white;
        top: 6vh;
    }
    .navBar .logodiv{
        display: none;
    }
    main{
        width: 100%;
    }
    .dashboard .col2{
        display: block;
        width: 92%;
        height: 70vh;
        position: fixed;
        z-index: 10;
        top: 10vh;
        left: 4%;
        height: 100vh;
        border-radius: 4px;
        display: none;
    }
    .dashboard .col2 h1{
        display: none;
    }
    .dashboard .col1{
        width: 100%;
        height: fit-content;
    }
    .dashboard {
        height: fit-content;
        flex-direction: column;
        gap: 20px;
        margin-top: 8vh;
    padding: 10% 5% 0 5%;
    }
        .dashboard button{
            padding: 2% 3%;
        }

    .containerdiv .rightdiv{
        height: 37%;
    }
    .containerdiv .maindiv{
        height: 63%;
    }
    .dashboardDetails, .containerdiv{
        height: 20vh;
    }
    
    .midman{
        height: 16vh;
    }
    .dashboard .genAcct{
        padding: 12% 1%;
        font-size: 14px;
    }
    .dashboard .genAcct span{
        gap: 10px;
    }
    .quick h2{
        font-size: 22px;
    }
    .quick img{
        scale: 0.85;
    }
    .dashboardDetails> span > nav p{
        font-size: 12px;
    }
    .dashboardDetails span nav h2{
        font-size: 25px;
    }
     .dashboardDetails button{
            font-size: 14px;
        }
        .midman nav h1{
        font-size: 16px;
       }
       .midman nav button{
        font-size: 14px;
        padding: 2% 4%;
       }
       .dashboard .col2 h1{
        font-size: 18px;
       }
       .dashboard .col2 .depo strong{
        font-size: 16px;
       }
       .dashboard .col2 .depo p{
        font-size: 12px;
       }
}
@media screen and (max-width: 420px){

        .dashboardDetails span nav button {
            padding: 8% 1%;
            height: fit-content;
        }
        .dashboardDetails span  nav h2 {
            font-size: 24px;
        }
        .dashboard .genAcct{
            padding: 10% 1%;
            font-size: 12px;
        }
       .col1 .quick p{
        font-size: 14px;
       }
       .col1 .quick h2{
        font-size: 18px;
       } 
       .midman nav h1{
        font-size: 14px;
       }
       .midman nav button{
        font-size: 12px;
        padding: 2% 4%;
       }
}

@media screen and (max-width: 378px){
    .dashboardDetails, .containerdiv{
        height: 24vh;
    }       
    .midman{
        height: 20vh;
    }
}

@media screen and (max-width: 350px) {
      .dashboardDetails, .containerdiv{
        height: 20vh;
    }
    .midman{
        height: 16vh;
    }
}