#root{background-color:#242424;width:75%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;margin:auto}.title{width:100%}.title a{cursor:pointer;color:#aa781a}.title a:hover{color:#c7a972}.loadingScreen{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:100%}@keyframes pulse{0%{transform:scale(.95)}50%{transform:scale(1.05)}to{transform:scale(.95)}}.loadingLogo{height:8em;will-change:filter;transition:filter .3s;animation:pulse 2s infinite}.infosSection{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.graphsSection{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%}.graphsContainer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:end;width:100%;background-color:#343434;padding:16px;border-radius:16px}.languagesGraph{display:flex;flex-direction:row;width:100%;background-color:#343434;padding:16px;border-radius:16px}@media (max-width: 1030px){#root{width:90%;padding:0}.title{font-size:2.8em}}.infoCard{display:flex;flex-direction:column;justify-content:space-between;gap:48px;background-color:#343434;border-radius:16px;padding:24px;flex:1}.infoCardTitle{font-size:20px}.infoCardValue{font-size:32px;font-weight:700}.chartContainer{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.chartTitle{font-size:18px;text-align:center}@media (max-width: 1095px){.chartContainer{flex:1}}*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}a{font-weight:500;text-decoration:inherit}body{margin:0;place-items:center;min-height:100vh;display:flex;flex-direction:column;align-items:center}h1{font-size:3.2em;line-height:1.1}
