.about-container{min-height:100vh;background-color:#525063;color:#fff;padding:110px 1rem 2rem}.profile-image{display:flex;justify-content:center;margin-bottom:1.5rem}.image{width:230px;height:230px;border-radius:50%;box-shadow:0 4px 6px #10f;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}.image:hover{transform:scale(1.1);box-shadow:0 8px 15px #10f}.title{font-size:2.25rem;font-weight:700;font-family:Spartan;text-align:center;margin-bottom:1.5rem;color:#10f}.content-container{max-width:80rem;margin:auto;padding:1.5rem}.text-lg{font-size:1rem;margin-bottom:20px}.subtitle{font-size:1.5rem;font-weight:700;color:#10f;font-family:Spartan;margin-bottom:.75rem}.top-button-container{display:flex;justify-content:center;margin-top:2rem}.top-button{background:linear-gradient(109.6deg,#6e77ee 11.2%,#10f 91.1%);font-weight:600;padding:.5rem 1rem;border-radius:9999px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:background .3s,transform .3s,color .3s;display:flex;align-items:center;box-shadow:0 8px 15px #6e77ee}.top-button:hover{background:linear-gradient(109.6deg,#10f 11.2%,#6e77ee 91.1%);color:#fff;transform:scale(1.1);transform:scale(1.03);box-shadow:0 8px 15px #10f}.arrow-icon{margin-right:.5rem}