@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap";:root{--primary-color: #1d4ed8;--secondary-color: #172a45d5}.App{width:730px;margin-left:auto;margin-right:auto;padding:10px;background-color:#fff}.main{margin-top:20px;display:flex;gap:50px;justify-content:felx-start;transition:1s}@media screen and (max-width: 650px){.main{flex-direction:column;gap:20px}.right-section{margin-top:-10px}}@media screen and (max-width: 800px){.App{width:100%;margin-top:0}}.name h1{font-family:Merriweather,serif;font-size:46px;color:var(--primary-color);font-weight:800;animation:fromTop .5s ease-in}@media screen and (max-width: 500px){.name h1{font-size:40px}}.title h1{font-family:Roboto Mono,monospace;letter-spacing:1px;font-size:16px;color:#2a2a2e;font-weight:500;animation:fromTop .5s ease-out}.links-container{display:flex;gap:20px;margin-top:15px;transition:1s;animation:fromTop .5s ease-in-out}@keyframes fromTop{0%{opacity:0;transform:translateY(-100px)}to{transform:translateY(0)}}@media screen and (max-width: 768px){.links-container{flex-direction:column;gap:10px}}.link{display:flex;gap:4px;align-items:center}.link img{height:17px;width:17px}.link p{font-family:Nunito,sans-serif;font-size:11.5px;color:#49494f;font-weight:500}ul{position:relative;list-style:none;margin-left:5px;padding-left:.7em}ul li:before{content:"\2022";color:#435062;position:absolute;left:0}.main-title{color:var(--primary-color);font-size:16px;font-weight:800;font-family:Merriweather,serif;margin-top:30px}.main-sub-title{margin-top:10px;font-size:12px;font-family:Nunito,sans-serif;font-weight:800;color:var(--secondary-color)}#main-sub-title-bottom-margin{margin-bottom:3px}.main-ss-title{font-size:9.3px;font-weight:700;white-space:pre;margin-top:5px;font-family:Nunito,sans-serif;color:#726a8e}.main-sub-title .tag{color:#435062;font-family:Nunito,sans-serif}.main-description{margin-top:5px;font-size:11.5px;font-weight:500;color:#383941;font-family:Nunito,sans-serif}.main-description-if-p{font-size:12px;font-weight:500;color:#383941;font-family:Nunito,sans-serif}.main-description-skill{margin-top:2px}#main-description-lineheight{line-height:1.3}.experience-container{margin-top:30px}.experience-item:first-of-type{margin-top:0}.left-section{width:460px;animation:fadeInLeft 1s}.right-section{width:210px;animation:fadeInLeft 1s ease-in-out}@media screen and (max-width: 650px){.left-section{width:100%}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.download-button{background-color:var(--primary-color);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:.5s}.download-button img{width:20px;height:20px}@media screen and (max-width: 700px){.download-button{width:40px;height:40px}.download-button img{width:17px;height:17px}}.download-button{position:fixed;bottom:20px;right:25px}.download-button:hover img{animation:downloadAnimation .5s ease-in-out}@keyframes downloadAnimation{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 auto;background-color:#2a2a2e}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}
