@import url("https://fonts.googleapis.com/css?family=Sniglet&display=swap");@media (prefers-color-scheme:light){:root{--white:#eef1e6;--background-color1:#eef1e6;--background-color2:#000;--background-color3:#e0e3da;--shadow-color1:#beb0d0;--shadow-color2:#b796cc;--text-color1:#b679cb;--text-color2:#eef1e6;--text-color3:#beb0d0;--gradient1:#eef1e6;--gradient2:#fee3ca;--button-color1:#f9b05f;--button-color2:#b679cb;--button-color3:#f9b05f}}@media (prefers-color-scheme:dark){:root{--white:#fff;--background-color1:#050618;--background-color2:#fff;--background-color3:grey;--shadow-color1:#533ba3;--shadow-color2:#533ba3;--text-color1:#fff;--text-color2:#fff;--text-color3:#442d8f;--gradient1:#050618;--gradient2:#533ba3;--button-color1:#050618;--button-color2:#533ba3;--button-color3:#533ba3}}*{box-sizing:border-box;padding:0;margin:0}:focus{outline:none}body,html{font-family:Sniglet;max-width:100vw;min-height:100vh;overflow-x:hidden}body{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-color1);background:var(--background-color1)}