.heroSection{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 4rem}.heroSection .left-section{display:flex;flex-direction:column;gap:2rem;max-width:42rem;text-align:center}.heroSection .right-section{display:flex;gap:4rem;align-items:center;justify-content:center}@media (max-width:768px){.heroSection{padding:0 2rem}.heroSection .right-section{gap:2rem}}.heartImage:hover,.iSupportYa:hover{cursor:pointer;animation:heartBeat 1s infinite;transition:.3s ease-in}@keyframes heartBeat{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.heartImage:hover{animation:heartBeat 1s infinite}.codeLevelingLogoDiv{transition:.3s ease-in;animation:moveUPAndDown 1.5s ease infinite}@keyframes moveUPAndDown{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.homePage{width:100%;height:100%;overflow:visible;scroll-behavior:smooth}