@layer reset{*{margin:0;padding:0}html,body{height:100%}}@layer base-color{:root{--text-color: #ccc;--bg-color: #121212}}body{color:var(--text-color);background-color:var(--bg-color);font-family:roboto,tahoma,sans-serif}#app{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-content:center}
