@import url(https://fonts.googleapis.com/css?family=Montserrat:600);@import url(https://fonts.googleapis.com/css?family=Montserrat:800);@import url(https://fonts.googleapis.com/css?family=Montserrat);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{animation:backgroundAnimation 10s ease infinite;background:linear-gradient(270deg,#ffead1,#ffb6bd,#e0b5ff);background-size:150% 150%;font-family:Montserrat,sans-serif;margin:0}.profile{animation:loadProfile .6s ease-in-out;animation-fill-mode:both;display:flex;flex-direction:column;font-size:.9rem;max-height:750px;max-width:900px;position:relative}.profile-bg{background:#fff;border-radius:10px;bottom:0;box-shadow:0 30px 50px -20px #0e002f36;height:calc(100% - 110px);position:absolute;right:0;width:calc(100% - 75px);z-index:-1}.containerrr{align-items:stretch;display:flex;flex-direction:row;width:100%}.profile-image{animation:loadProfileImage 1s ease-in-out .5s;animation-fill-mode:both;background-position:50%;background-size:cover;border-radius:10px;flex:none;position:relative;width:45%}.profile-image:before{background-color:#bd794b61;border-radius:10px;content:"";height:100%;mix-blend-mode:screen;opacity:.8;position:absolute;width:100%}.camera{bottom:28px;color:#fff;font-size:1.3rem;left:28px;position:absolute}.profile-info{margin-top:120px;padding:8% 8% 2%;position:relative}.profile-info h1{animation-fill-mode:both;font-size:3rem;font-weight:800;margin:.7rem;position:absolute}h1.first-name{animation:titleEffect 1s cubic-bezier(0,.2,.4,1);left:-85px;top:-115px}h1.second-name{animation:titleEffect 1s cubic-bezier(0,0,.3,1);left:-45px;top:-50px}.profile-info h2{font-size:1rem;font-weight:600;letter-spacing:.2rem;margin-bottom:5%;margin-top:0}.profile-info h2,.social-media-icons a{color:#f63d47}.profile-info p{line-height:1.5rem}.social-media-icons{display:flex}.social-media-icons a{flex:auto;font-size:1.2rem;margin-top:7%;text-align:center}.camera,.social-media-icons a{transition:text-shadow .5s ease}.camera:hover,.social-media-icons a:hover{text-shadow:0 5px 15px #ff002f73}.statistics{align-items:center;display:flex;flex-direction:row;line-height:2rem;margin-left:10px;margin-right:10px}.statistics p{color:#f63d47;flex:auto;margin:3%}.statistics p strong{color:#000;font-size:1.4rem;font-weight:200;margin-right:.3rem}.icon{background:#0000 no-repeat 50%;background-origin:content-box;background-size:contain;border:none;height:60px;padding:15px;transition:transform .5s ease;width:60px}.icon:hover{transform:scale(.9)}.arrow{background-image:url(https://zephyo.github.io/22Days/code/3/graphics/arrow.svg);flex:0 1 75px}.right{transform:rotate(180deg)}.right:hover{transform:scale(.9) rotate(180deg)}.close{background-image:url(https://zephyo.github.io/22Days/code/3/graphics/close.svg);position:absolute;right:10px;top:5px}@media (max-width:700px){.smScreenDisplay{display:none}}@media only screen and (max-aspect-ratio:4/7) and (max-width:600px){.smScreen{height:100vh}.smScreenDisplay{display:none}.profile{height:97%;margin:3%}.containerrr{flex-direction:column;height:86%}.profile-image{height:40%;width:calc(100% - 90px)}.profile-bg{width:100%}h1.first-name{left:10px}h1.second-name{left:60px}}@media screen and (min-aspect-ratio:4/7){.profile{margin-left:10%;margin-right:10%}}@keyframes backgroundAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes loadProfile{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes loadProfileImage{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes titleEffect{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateX(0)}}
/*# sourceMappingURL=main.e13541ad.css.map*/