* {
    font-family: Arial, Tahoma;
}

body {
    touch-action: manipulation;
    padding-bottom: 20px;
    padding: 0;
    margin: 0;
}

nav {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    width: 100%;
    margin: auto;
    background-color: #222;
}

nav #site-title {
    font-weight: bold;
}

nav #nav-home {
    font-style: italic;
}

nav #nav-items {
    padding: 0;
}

nav #nav-items li {
    float: left;
    font-size: 18px;
    padding: 0px 10px;
    color: #eee;
    list-style: none;
}

nav #nav-items li a {
    text-decoration: none;
    color: #eee;
}

nav #nav-items li:hover:has(a) {
    background-color: #777;
}

main {
    margin: 13px;
}

#menu a {
    text-decoration: none;
    color: black;
}

.modal-dialog {
    text-align: center;
}

.modal-content {
    display: inline-block;
}

div.wgo-board {
    margin-bottom: 2em;
}
