@import url(https://fonts.googleapis.com/css?family=Poppins&display=swap);body{margin:0;font-family:"Poppins",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f2f9ff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}h1{font-size:24px}.App{background-color:#121212}.navigation .content{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;height:100%;padding:20px 0}@media (max-width:800px){.navigation .content{-webkit-flex-direction:column;flex-direction:column;height:100%}}.navigation .content nav{width:100px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:800px){.navigation .content .links{display:none}}.navigation .content nav{width:150px}.navigation .content nav a i{font-size:32px;color:#e7e4e4;transition:1s}.navigation .content nav a i:hover{color:#00a295}.navigation .content .logo a{font-weight:700;font-size:24px;color:inherit;text-decoration:inherit}.skills{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:800px){.skills{-webkit-justify-content:space-evenly;justify-content:space-evenly}}.skills .skill-block{margin:10px 20px 10px 0}.skills .skill-block .title{position:absolute;text-align:center;bottom:5px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px}.home-page{min-height:100vh}.home-page .home-content{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;height:100%;min-height:100vh;color:#fff}@media (max-width:800px){.home-page .home-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}}.home-page .home-content .left,.home-page .home-content .right{width:47%}@media (max-width:800px){.home-page .home-content .left,.home-page .home-content .right{width:100%}}.projects .project-list{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.footer{position:relative;text-align:center;background:#000;padding:15px 0}.footer,.footer a{color:#fff}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.project-page,.project-page-wrapper{min-height:100vh}.project-page{position:relative;border-radius:15px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;max-width:1200px;margin:20px auto;padding:0 20px}.project-page .project-content{height:100%;width:47%;background:#1f1b24;color:#fff;text-align:left;padding:20px;border-radius:20px;box-shadow:2px 10px 10px rgba(0,0,0,.1);box-sizing:border-box}.project-page .project-content,.project-page .project-content img{max-width:100%;object-fit:scale-down}.project-gallery{width:47%}@media (max-width:800px){.project-page{-webkit-flex-direction:column;flex-direction:column}.project-gallery,.project-page .project-content{width:100%}}
/*# sourceMappingURL=main.46820598.chunk.css.map */