.profileMain{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;background-color:var(--olive)}.profileContainer{display:flex;flex-direction:column;height:65vh;width:50%;min-width:452px;text-align:center;align-items:center;margin:20px auto;padding-top:50px}.dataSection{display:flex;width:100%;height:max-content;flex-direction:row;justify-content:space-between;margin-top:50px;padding:25px}.initialProfile{height:128px;width:128px;font-size:64px;border-radius:50%;background-color:var(--yellow);border:4px solid var(--green);box-shadow:3px 3px 2px rgba(0,0,0,.64);align-items:center}.initial,.initialProfile{display:flex;justify-content:center}.userData{display:flex;flex-direction:column;text-align:left;justify-content:space-between;padding-bottom:25px}@media(max-width:865px){.profileMain{flex-direction:column}.profileContainer{height:max-content}}