
.menu {
    text-align: center;
    font-weight: bold;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-weight:bold;
    font-size: 10px;
    transition: color 0.3s;
}

.topbar{
display:flex;
justify-content:space-around;
border-radius: 100px;
margin:5px;
align-items:center;
padding:12px;
background:#ffffff;
box-shadow:0 2px 10px rgba(0,0,0,.1);
}

/* Logout Button */
.logout-btn{
    background:#7569FE;
    color:#ffffff;
    border:none;
    padding:8px 12px;
    border-radius:20px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}
