.menu {
    border-right: 1px solid white;
    height: 100vh;
    background-color: #0000009c;
    border: 5px solid #795136;
    padding: 10px 20px 50px 20px;
    width: 400px;
    display: flex;
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.menu-item {
    width: fit-content;
    margin-bottom: 20px;
}

.menu-item > a {
    text-decoration: none;
    color: white;
}

.menu a:hover {
    transition: 0.2s;
    color: var(--beige);
}

.menu-divider {
    margin: 20px 0;
    border: none;
    border-top: 1px solid white;
}

.page-selected {
    color: var(--beige);
}

.subheader-list {
    list-style-type: '- ';
}

.subheader-list li {
    margin: 10px 0 10px 20px;
}

.subheader-list li a {
    width: 100%;
    display: inline-block;
}

/* https://cyber.dabamos.de/88x31/index.html
https://y2k.neocities.org/bookmarks
https://www.cameronsworld.net/
https://ascii.co.uk/art/campfire
https://www.asciiart.eu/food-and-drinks
https://atabook.org/control/general */