body,html{padding:0;margin:0;font-family:Consolas,Monaco,Courier New,monospace;color:#333;background-color:transparent}.container{position:relative;z-index:1;padding:0 2rem;flex-direction:column;min-height:100vh}.container,main{display:flex;justify-content:center;align-items:center}main{padding:1rem 0;flex:1 1;flex-direction:column;max-width:700px;width:100%}.profile-image{width:200px;height:230px;border-radius:40%;object-fit:cover;object-position:40% 19%;border:5px solid #000000;box-shadow:0 -1px 22px rgba(0,0,0,.8);margin-bottom:0;cursor:pointer}.sections-list{width:100%;text-align:left}.section{background-color:rgba(255,255,255,.65);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(12px);border:5px solid rgb(0,0,0);border-radius:12px;padding:8px 25px;margin-bottom:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);text-align:center;transition:transform .2s ease}.section:hover{transform:scale(1.02)}.section h3{margin:0 0 4px;color:#4285F4}.section p{margin:0;line-height:1.4;opacity:0;max-height:0;overflow:hidden;transform:translateY(10px);transition:opacity .5s ease,max-height .5s ease-in,transform .5s ease-in}.section:hover p{opacity:1;max-height:200px;transform:translateY(0);transition:opacity 2s ease,max-height 1s ease-out,transform 1s ease-out}.main-title{display:block;width:100%;font-size:2.3rem;line-height:1.1;font-weight:505;text-align:center;color:rgb(0,0,0);-webkit-text-stroke:.1px white;text-stroke:.1px white;text-shadow:0 0 8px rgba(255,255,255,.8),0 0 20px rgba(245,245,245,.8)}.google-logo{font-weight:700}.g-blue{color:#4285F4}.g-red{color:#EA4335}.g-yellow{color:#FBBC05}.g-green{color:#34A853}