#menu {
    color: white;
    padding-bottom: 20px;
    font-family: monospace;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#menu button {
    font-family: inherit;
}

.mainmenu_header {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.game_menu {
    margin: 20px;
    border: 1px solid grey;
    padding: 20px;
    margin-bottom: 40px;
}

.game_header {
    font-size: 14px;
    margin-bottom: 10px;
}

.game_header a {
    color: white;
}

.game_start {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.game_slots {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}
.game_slot {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px dashed grey;
    padding: 5px;
}
.game_slot_id {
    color: inherit;
}
.game_slot_name {
    margin-bottom: 10px;
    color: inherit;
}

.game_options {
    margin-bottom: 20px;
}

.game_bottom_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.game_links {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.game_cache_actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}

.game_links a {
    color: #959595;
}
.game_cache_actions a {
    color: #6c6c6c;
}

.info_help {
    color: #959595;
    text-align: center;
    white-space: pre-line;
    margin-bottom: 40px;
}

.show_all_games {
    margin-bottom: 30px;
}
.show_all_games button {
    background-color: #c3c3c3;
}

.info_links {
    margin-bottom: 40px;
}
.info_links a {
    color: #959595;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.languages_links {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.languages_links a {
    color: #959595;
}
