.greeting,.aboutMeHomeText{color:gray;font-size:1.7rem}body.dark .greeting,body.dark .aboutMeHomeText{color:#d3d3d3}.myName{margin:10px 0 20px;font-size:4.4rem;color:#2d3186;line-height:1.1;font-weight:900}body.dark .myName{color:#e5e8f5}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#0284c7;transition:all .2s ease-in-out}::-webkit-scrollbar-thumb:hover{background-color:#38bdf8}.aboutMeHomeText{width:100%;justify-content:flex-start;gap:4px}.aboutMeHomeText>span{min-height:36px;max-width:400px;padding:6px;position:relative;flex-direction:column;align-items:flex-start;flex-grow:1;border-radius:.4rem;background-color:#7dd3fc26;color:#38bdf8;font-weight:800;letter-spacing:.8px}.aboutMeHomeText>span>span{width:100%;position:absolute;opacity:0;animation:changeAboutMeText 10s infinite}.aboutMeHomeText>span>span:nth-child(1){animation-delay:0s}.aboutMeHomeText>span>span:nth-child(2){animation-delay:2s}.aboutMeHomeText>span>span:nth-child(3){animation-delay:4s}.aboutMeHomeText>span>span:nth-child(4){animation-delay:6s}.aboutMeHomeText>span>span:nth-child(5){animation-delay:8s}.homeButtons{flex-wrap:wrap;justify-content:flex-start;gap:1.3rem;margin-top:60px}.gitHubBtn,.linkedInBtn{position:relative;z-index:9999;border:3px solid;padding:1em 1.5em;border-radius:2rem;font-size:1.1rem;font-weight:800;transition:all .3s ease-in-out;gap:1em}.gitHubBtn{background-color:#6ee26e80;border-color:#6ee26e}.linkedInBtn{background-color:#55cfff80;border-color:#55cfff}.homeButtons button:hover{background-color:#000;color:#fff;transform:scale(1.1)}@keyframes changeAboutMeText{0%{opacity:0;transform:translateY(28px)}10%{opacity:1;transform:translateY(0)}20%{opacity:1;transform:translateY(0)}30%{opacity:0;transform:translateY(-28px)}to{opacity:0;transform:translateY(-28px)}}@media only screen and (max-width:700px){.greeting,.aboutMeHomeText{font-size:.8rem}.myName{font-size:2rem}.aboutMeHomeText>span{min-height:28px;max-width:200px}.homeButtons{margin-top:40px;gap:1rem}.gitHubBtn,.linkedInBtn{border-radius:1.4rem;font-size:.8rem}}
