1/* Import Stylebase CSS foundation */ 2@import '@taurean/stylebase'; 3 4/* Custom app styles */ 5body { 6 margin: 0; 7 display: flex; 8 place-items: center; 9 min-width: 320px; 10 min-height: 100vh; 11}