body,html{margin:0;padding:0;height:100%;font-family:sans-serif;overflow:auto}.container{overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;display:flex;flex-direction:column}.section,.section-profile{scroll-snap-align:start;height:100vh;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}.section-profile{background-color:rgb(225,225,225)}.section-achivements{scroll-snap-align:start;height:100vh;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;background-color:rgb(235,235,235)}.hero-content{position:relative;width:100%;height:100%}.scroll-down{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:50px;height:50px;background-color:rgba(0,0,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:bounce 1.5s infinite;z-index:2}.scroll-down span{color:white;font-size:1.8rem}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.hero-text{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);color:white;font-size:2.5rem;font-weight:700;text-align:center;text-shadow:0 0 10px rgba(0,0,0,.5)}.profile{display:flex;flex-direction:row;align-items:center;gap:20px}.profile-img{border-radius:50%;overflow:hidden;width:150px;height:150px}.profile-text{flex:1}.achievements{display:flex;flex-direction:column;align-items:center}.achievements h1{font-size:50px;margin-bottom:2rem}.achievement-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.achievement-text{display:flex;flex-direction:column}