:root{--primary-color: #121256;--secondary-color: #ff0099;--tertiary-color: #1f1f7c;--quaternary-color: #663399;--acent-color: #3636cf;--success-color: #28a745;--error-color: #dc3545}*{margin:0;padding:0;box-sizing:border-box}html{font-size:10px}body{font-family:Montserrat;background:#15051f;color:#fff;font-size:1.5rem}body::-webkit-scrollbar{visibility:hidden;width:10px}body::-webkit-scrollbar-thumb{background:var(--acent-color);border-radius:10px}.ButtonConfig{transition:.3s;text-decoration:none}.ButtonConfig:hover{opacity:.7;transform:scale(1.02);cursor:pointer}
