/* Insert your custom CSS here */

.nav-menu-active {
    font-weight: bold;
    text-decoration: underline;
}

.activity-panel {
    height: 60vh;
    max-height: 85vh;
    width: 80vw;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}