.app { } .header { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; font-size: var(--font-xxl); width: auto; margin: auto; margin-bottom: 10px; } .iconRow { display: flex; flex-flow: row nowrap; align-items: center; margin-bottom: -10px; } .iconRow img { width: auto; height: 40px; margin-right: 10px; } .header small { font-style: italic; font-size: var(--font-s); font-weight: 400; } .error { color: var(--red) } .editor { margin-bottom: 40px; } .tutorial {}