#home{color:#fff;position:relative;justify-content:center}#home,.home-wrapper{display:flex;align-items:center;font-size:1em;border-radius:34px}.home-wrapper{background-color:hsla(0,0%,100%,.1);width:32%;height:60%;flex-direction:column;justify-content:space-evenly}.home-wrapper__profile-image{margin-top:2em;border-radius:50%;width:45%;overflow:hidden}.home-wrapper__profile-image>img{max-width:100%;transition:transform .3s;transform-origin:50% 50%;transform:scale(1.2);border-radius:50%}.home-wrapper__profile-image>img:hover{transform:scale(1.5)}.home-wrapper__name{display:flex;flex-direction:column;text-align:center}.home-wrapper__name .name{font-size:2.5em;font-weight:700}.home-wrapper__name .description{font-size:1.2em;color:#d3d3d3}.home-wrapper__links{display:flex;flex-direction:row;align-items:center;width:70%;justify-content:space-around}.home-wrapper__links .link{color:#fff;font-size:1.2em}.icon{transition:transform .5s}@media screen and (max-width:1440px){.home-wrapper{width:35%;height:60%}}@media screen and (max-width:1024px){.home-wrapper{width:85%;height:75%}}@media screen and (max-width:530px){.home-wrapper{width:100%;height:80%;border-radius:0}.home-wrapper__profile-image{width:60%}.home-wrapper__name .name{font-size:2.2em}.home-wrapper__name .description{font-size:1em}.home-wrapper__links{width:90%;justify-content:space-around}}@media screen and (max-width:340px){.home-wrapper__name .name{font-size:2.1em}.home-wrapper__name .description{font-size:.9em}}