@import "./base.css"; html, body, #app { width: 100%; height: 100%; } body { display: flex; align-items: center; justify-content: center; overflow: hidden; background-image: url("./wavy-lines.svg"); background-size: cover; user-select: none; padding: 0; margin: 0; } #app { display: flex; align-items: center; justify-content: center; flex-direction: column; }