.container{width:100%;display:flex;justify-content:center;align-items:center;padding-top:3rem}.ball{width:10px;height:10px;border-radius:50%;animation:wave 1s ease-in-out infinite;background-color:#161b21;margin:10px}.ball:nth-child(2){animation-delay:-.2s;background-color:#006e30}.ball:nth-child(3){animation-delay:-.4s;background-color:#25a642}.ball:nth-child(4){animation-delay:-.6s;background-color:#32d553}@keyframes wave{0%,to{transform:translateY(30px)}50%{transform:translateY(-30px)}}.underline{text-decoration:underline}.contribution-bar-wrapper{width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;display:flex}.contribution-bar-wrapper::-webkit-scrollbar{display:none}.month-labels{display:flex;font-size:.8rem;margin-left:2.1rem;width:966px;color:gray;justify-content:space-between}.month-label{animation:fadeInFromTop .5s ease-in-out forwards;opacity:0}.react-tooltip{position:fixed;z-index:999999!important}.day-labels{display:flex;flex-direction:column;justify-content:space-between;font-size:.7rem;font-weight:700;text-align:center;color:gray;z-index:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;left:0;padding-left:.2rem;padding-right:.2rem}@media screen and (max-width:1045px){.day-labels{z-index:1}}.day-label{height:15px;width:25px;margin:2px 0;opacity:0;animation:fadeInFromLeft .5s ease-in-out forwards}.calendar-container{display:flex;flex-direction:column;align-items:flex-start;padding-top:1rem;padding-bottom:1rem}.row{display:flex}

/* ! FINE */.contribution-bar{display:flex;animation:slideInFromBottom .2s ease-in-out forwards}.week{display:flex;flex-direction:column}.day{width:15px;height:15px;margin:2px;border-radius:3px;cursor:pointer;transition:border .1s ease-in-out}

/* ! Animations */@keyframes fadeInFromLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{transform:translateY(100px)}to{transform:translateY(0)}}@media screen and (min-width:1060px){.contribution-bar-wrapper{justify-content:center}}.stats-bar{width:100%;display:flex;flex-wrap:nowrap;justify-content:space-evenly;text-align:center}.stat-block{width:30%;color:#0f0;font-family:Doto,sans-serif}.stat-label{font-size:13px}.commit-key{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.commit-key-label{color:#888;font-size:.875rem}.color-blocks,.key-item{display:flex}.key-item{align-items:center;gap:.25rem;padding-right:.5rem;padding-left:.5rem}.block{height:12px;width:12px;border:1px solid hsla(0,0%,100%,.1);border-radius:2px}.label{font-size:.875rem;color:#888}.github-page{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.github-container{margin-top:1rem;width:100%}.centered-grey{color:grey;text-align:center}.day-info{width:100%;padding:1.5rem;margin-bottom:2rem}.day-info .day-display{font-size:1.8rem;text-decoration:underline;color:hsla(0,0%,96%,.651)}.total-commits{color:grey;font-size:1.5rem;line-height:.6;margin-bottom:1rem}.selected-repos{border:2px solid hsla(0,0%,50%,.8);padding:.7rem;border-radius:10px;background:#161b21ad;margin-top:.25rem;margin-bottom:.7rem}.repo-name{width:-moz-fit-content;width:fit-content;font-size:1.3rem;font-weight:700}.day-info ul{margin-left:2rem;color:#d3d3d3}