body{

background:#f4f6fb;
font-family:Arial;

}

.card{

border-radius:15px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);

}

.btn-main{

background:#4CAF50;
color:white;
border-radius:10px;

}

.btn-main:hover{

background:#45a049;

}

.dashboard-box{

background:white;
padding:20px;
border-radius:15px;
margin-bottom:15px;
text-align:center;

}

.balance{

font-size:22px;
font-weight:bold;
color:#2c3e50;

}

.menu-btn{

width:100%;
padding:12px;
margin-bottom:10px;
border-radius:10px;
background:#3498db;
color:white;
border:none;

}

.menu-btn:hover{

background:#2980b9;

}
.bottom-menu{

position:fixed;
bottom:0;
width:100%;
background:white;
display:flex;
justify-content:space-around;
padding:10px;
box-shadow:0 -2px 10px rgba(0,0,0,0.1);

}

.bottom-menu a{

text-decoration:none;
color:#333;
font-size:14px;

}