App.css 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 * { margin: 0; } .app { background-color: #dae0e6; margin: auto 1px; width: 100%; height: 100%; } .app__body { padding-top: 70px; display: flex; justify-content: center; align-items: center; flex-direction: column; }