Newer
Older
Labyrinth / style / labyrinth.css
.fullScreen {
    width: 100%;
    height: 100%;
}

.centeredBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* #divStartScreen h1,
#divStartScreen h2 {
    font-family: Arial, Helvetica, sans-serif;
} */

.menuBox {
    margin: auto;
    width: fit-content;
    background-color: #303030;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 4em;
    padding-right: 4em;
    border-radius: 0.7em;
}

.menuBox input[type=button] {
    padding: 0.7em;
    font-size: 1.5em;
    display: block;
    margin: auto;
    margin-top: 0.5em;
}

.selectlist {
    max-height: 10em;
    overflow-y: scroll;
}

.selectlist input[type=button] {
    display: block;
    font-size: 1.25em;
    border-radius: 0;
    border-bottom: 1px solid rgb(57, 20, 194);
    margin: 0;
    /* background: unset; */
    /* padding: 0; */
}