:root{--background-one: #202632;--background-two: #313a49;--foreground: #cee3e9;--accent: #56fca9}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--foreground);font-family:Manrope,sans-serif;font-size:16px}body{width:100vw;height:100vh}#root{height:100%;background:var(--background-one);display:flex;justify-content:center;align-items:center}
