body{
    font-family: 'Courier New', Courier, monospace;
    margin: 0px;
}
.navbar{
    background-color: rgb(250, 218, 112);
    text-align: center;
    box-shadow:0px 0px 10px 0px rgb(164, 162, 162);

}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.top{
    display: flex;
    flex-direction: column;
    row-gap: 150px;
}
.sidebar{
    border-radius: 20px;
    width: 200px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 30px;
    background-color: lightblue;
    box-shadow:0px 0px 10px 0px rgb(164, 162, 162);
}

.depo{
    border-radius: 20px;
    height: 400px;
    width: 500px;
    text-align: center;
    background-color: lightgreen;
    box-shadow:0px 0px 10px 0px rgb(164, 162, 162);

}
.with{
    display: none;
    border-radius: 20px;
    height: 400px;
    width: 500px;
    text-align: center;
    background-color: aquamarine;
    box-shadow:0px 0px 10px 0px rgb(164, 162, 162);

}
.bal{
    display: none;
    border-radius: 20px;
    height: 400px;
    width: 500px;
    text-align: center;
    background-color: rgb(232, 159, 237);
    box-shadow:0px 0px 10px 0px rgb(164, 162, 162);

}
/* .log{
    display: none;
    border-radius: 20px;
    height: 400px;
    width: 500px;
    text-align: center;
    background-color: rgb(249, 143, 169);
    box-shadow:0px 0px 10px 0px rgb(164, 162, 162);

} */

.sidebar>button{
    border: 0px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
}

.m_d_btn{
    background-color: pink;
}

#b_depo,#b_with{
    border: 0px;
    width: 100px;
    height: 50px;
    border-radius: 30px;
}


#i_with,#i_depo{
    border: 0px;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    text-align: center;
    font-size: large;
    border-style: none;
    
}