/*
Theme Name: sleepynerdlive

Version: 15
*/
./* Main menu styles */
.menu {
    background: #000000;                        /*
    Background color of the menu
    */
    color: rgb(254, 248, 248);                        /*
    Text color
    */
    padding: 8px;                        /*
    Padding around the menu
    */
    list-style-type: none;                        /*
    Removes bullet points
    */
    display: flex;                        /*
    Flexbox for better layout
    */
    flex-direction: column;                        /*
    Stack items vertically
    */
    margin-left: -2px;                        /*
    Negative margin if needed
    */
}