#logo {
    height: 2em;
    width: auto;
}

header {
    background-color: rgba(255, 255, 255, 0.05);
}

.flash {
    background-color: rgba(255, 255, 0, 0.2);
    cursor: pointer;
}

.good {
    color: var(--pico-ins-color);
    text-decoration: none;
}

.danger {
    color: var(--pico-del-color);
    text-decoration: none;
}


#calendar-container {
    height: 70vh;
}

.vuecal__event {
    background-color: darkgreen !important;
    color: white !important;
}
