body {
    font-family: Helvetica, serif;
    font-weight: lighter;
    background-color: #090909;
    color: #fffafa;
    font-size: 30px;

    text-align: center;
    text-anchor: middle;
    top: 20vw;
    width: 100%;
    height: 16vw;
    position: fixed;
    overflow: auto;


}


.image-container {
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-span: 2;
    justify-content: space-between;
    align-content: space-between;
}

img {

    position: relative;
    justify-self: center;
    align-self: center;
    width: 14vw;
    height: 14vw;
    outline: #917979 dotted 3px;
    margin: .5vw;
    padding: .5vw;
    border-radius: 10%;
    flex: 0 0 12vw;

}

.unclickable {
    cursor: default;
    pointer-events: none;
}

#serverStatus {
    margin-top: 20px;
    margin-bottom: 20px;
}
