/* Honour Roll Styles */

body {
    background-color: black;
}


h1,h2,h3 {
    text-align: center;
}
h3 {
    color: #888;
    margin: 0;
}
h2 {
    margin: 10px;
    color: #a82;
    font-size: 40px;
    font-style: italic;
}

#panels {
    display: flex;
}


.itemlist {
    font-family: monospace;
    font-size: 32px;
    white-space: pre;
    width: 100%;
    max-height: 500px;
    margin: 10px 4px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.cell {
    display: flex;
    justify-content: center;
    margin: 16px;
    color: #ddf;
}

.blank {
    /* border: 1px solid yellow; */
    height: 600px;
}

#authlist {
    background-color: #001;
}

#ttlbox {
    width: 50%;
    margin: 0 auto;
}

.img-flavor {
    display: flex;
    justify-content: center;
    width: 100%;
}