body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,#f0f8ff,#1e90ff);background-color:#f0f8ff;font-family:sans-serif;margin:0}code{font-family:Roboto}.App{-webkit-animation:Fade-in .5s linear;animation:Fade-in .5s linear;display:flex;flex-direction:column;text-align:center}.App-header{background:linear-gradient(90deg,#f0f8ff,#1e90ff)}.App-logo{border-radius:50%;margin-top:3rem;width:20rem}.img-logo-github{background:transparent;border-radius:50%;margin-right:1rem;width:3rem}.img-logo-linkedin{border-radius:20%;margin-left:1rem;width:3rem}.resume-button{background:#1e90ff;border:none;border-radius:.375rem;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);color:#fff;font-size:1rem;justify-content:center;margin:2rem;padding:1rem;transition:.25s ease-in-out;width:10rem}.resume-button:hover{background:gold;color:#000;cursor:pointer}.app-body{background:azure;border-top:2px solid gold}.projects{display:flex;flex-direction:column}.project{align-items:center;align-self:center;display:flex;margin:2rem 0;width:90%}.project-title{margin-left:7vw}.project-description{margin-left:3vw}.project-img{transition:.25s ease-in-out;width:40rem}.project-img:hover{border:1px solid gold;cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}@-webkit-keyframes Fade-in{0%{opacity:0}to{opacity:1}}@keyframes Fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:1000px){.App-logo{width:10rem}.project-img{width:20rem}.project{border-bottom:1px solid #1e90ff;flex-direction:column}.project-description,.project-title{margin:2rem 0}}@media (max-width:500px){h1{font-size:1.5rem}.resume-button{top:45vh}.img-logo-github,.img-logo-linkedin{margin-top:1rem}.project{border-bottom:1px solid #1e90ff;display:flex;flex-direction:column;justify-content:center}.project-description,.project-title{left:0}}
/*# sourceMappingURL=main.81880b80.css.map*/