@import url(variables.css); @import url(fonts.css); html { background-color: #282828; text-align: center; color: #ebdbb2; } body { margin: 0; color: #ebdbb2; font-family: "JetBrains Mono", monospace; height: 100vh; width: 100vw; display: flex; flex-direction: column; justify-content: center; align-items: center; } #app { height: 100vh; width: 100vw; display: flex; flex-direction: column; justify-content: center; align-items: center; }