#wrapper{font-size:50px;font-family:Arial,Helvetica,sans-serif;text-align:center;position:absolute;height:70%;width:100%;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}

html {
    color: #eee;
    background-color: #000
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

h5 {
    margin-top: 0;
}

a {
    text-decoration: none;
    color: #eee;
}

a.colored {
    color: #0645AD !important;
}

#game {
    display: flex;
    flex-direction: row;
    min-height: 50%;
    justify-content: center;
}

.entry {
    flex: 1 1 auto;
    padding: 10px;
    margin: 5px;
    text-align: center;
    width: 10%;
    max-width: 100px;
    min-height: 100%;
}

.correctone {
    border: 2px solid black;
    outline-style: solid;
    outline-color: green;
}

.wrongone {
    border: 2px solid black;
    outline-style: solid;
    outline-color: red;
}