.flex-col { display: flex; justify-content: center; align-items: center; flex-flow: column nowrap; } .flex-row { display: flex; justify-content: center; align-items: center; flex-flow: row nowrap; } .instructions p { text-align: center; } .icon { display: inline-block; font-family: Roboto, monospace; font-size: 64px; vertical-align: middle; } progress { width: 100%; } .success { color: green; } .failure { color: red; } .main [ot-text] { font-size: xxx-large; }