.box {
    display: flex;
    text-align: center;
}

.vertical {
    flex-direction: column;
}

.answerbutton {
    flex:auto;

    margin: 1vh;
}

.emojiblock {
    flex-direction: column;
    margin: 0.4em;
}

.meaning {
    visibility: hidden;
    font-size: 150%;
}

.glyphs {
    font-size: 300%;
}

#container {
    height: 100vh;
}

#question {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
#answers {
    flex-flow: column nowrap;
}
