@import"https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&display=swap";:root{--main-bg-color: #242438;--secondary-bg-color: #3d3d4e;--accent-color: #4a4a5e;--text-color: #ffffff;--highlight-color: #5a5a7a;--grid-size: 3;--answer-font: "Lobster Two", cursive}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--main-bg-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh;margin:0;padding:0}#root{width:100%;max-width:100%}button,input{font-family:inherit}
