html{scroll-behavior:smooth}body{margin:0;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}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{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.about{min-height:100vh;padding:20px 0 30px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#111a28;color:#fff}.about-header{width:20%;margin:auto;padding:30px 20px 0;text-align:center;border-bottom:2px solid #464545;font-size:2.5rem;font-weight:550}.gitHub-img{width:80%;margin-top:50px;padding:1% 3% 3% 1%;border:2px solid red;background-color:#fff;-webkit-filter:invert(1);filter:invert(1)}.about-content{display:flex;flex-direction:column;align-items:center;margin:10px 10% 0}.text{font-size:1.2rem}.stats{display:grid;grid-template-columns:auto auto auto auto;margin-top:20px}.stats-content{text-align:center;padding:20px;border-right:1px solid grey;border-left:1px solid grey}@media screen and (max-width:900px){.about-header{margin:10px 0 20px;font-size:1.8rem}.about-content{flex-direction:column}}@media screen and (max-width:600px){.gitHub-img{width:95%}.stats{grid-template-columns:auto auto}.about-header{margin:-10px 0 10px;font-size:1.8rem;width:50%}.about-content{flex-direction:column}.text{font-size:1.1rem}}@media screen and (max-width:400px){.gitHub-img{width:95%}.stats{grid-template-columns:auto}.about-header{margin:-10px 0 10px;font-size:1.5rem;width:35%}.text{font-size:1rem}}.contact{padding-bottom:30px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#dae3e7}.contact-header{width:20%;padding:20px 0;text-align:center;border-bottom:2px solid #464545;font-size:2.5rem;font-weight:550;color:#000}.contact-content{display:grid;grid-template-columns:auto auto auto;grid-gap:20px}.contact-content Button{text-align:left}.contact-content-component{display:flex;align-items:center}.contact-content-component div{font-size:1.2rem;margin-left:20px}@media screen and (max-width:600px){.contact-content{grid-template-columns:auto}.contact-header{width:25%;font-size:1.8rem}}.home{min-height:100vh;display:flex;justify-content:space-around;align-items:center;background-image:url(/static/media/bg3.db90017c.jpg);background-repeat:no-repeat;background-size:cover}.home img{width:30%;border-radius:55%}.intro{display:flex;flex-direction:column;font-size:2.5rem;font-weight:bolder;color:#fff}.intro2{font-size:1.5rem;font-weight:700;margin-top:-2px;color:#85848b}.home-contact,.home-icons{display:flex;justify-content:flex-start;align-items:center}.email,.phone{display:flex;padding:10px 20px 20px 0;color:#fff}.email>div,.phone>div{margin-left:5px}.git,.link{margin-left:20px;cursor:pointer}@media screen and (max-width:900px){.home{flex-direction:column;align-items:center;margin-top:30px;text-align:center}.home-icons{justify-content:center;padding-bottom:50px}.home img{width:50vw;margin:auto}.home-contact,.icons{display:flex;justify-content:center;align-items:center}}@media screen and (max-width:600px){.home{flex-direction:column;margin-top:30px;text-align:center}.home img{width:400px;margin:auto}.home-contact,.icons{display:flex;justify-content:center;align-items:center}}@media screen and (max-width:400px){.intro{font-size:1.5rem}.intro2{font-size:1rem}.home-contact{flex-direction:column;justify-content:flex-start}.home img{width:300px;margin:auto}}.navbar{margin-bottom:40px}.links{display:flex}.link{text-decoration:none;margin:0 10px;font-weight:700;color:#000}.side-link{display:flex;padding:20px 0 20px 20px}@media screen and (max-width:900px){.links{display:none}}.skills{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;background-image:url(/static/media/bg4.dcfce04d.png);background-repeat:no-repeat;background-size:cover}.header{width:10%;padding:30px 20px 0;text-align:center;border-bottom:2px solid #464545;font-size:2.5rem;font-weight:550;color:#000}.skills-content{margin:0 auto;display:grid;grid-gap:25px;grid-template-columns:auto auto auto auto auto auto}.icons{width:150px;height:180px;margin:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#e2dddd;font-weight:550;box-shadow:0 0 5px 5px #888787}.icon-img{max-width:60%;height:50%;margin-bottom:10px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.icons:hover,.icons:hover .icon-img{-webkit-filter:grayscale(0);filter:grayscale(0);cursor:pointer}.icons:hover{box-shadow:0 0 5px 5px #4d4d81;color:#fff;background-color:#0e0d0d}@media screen and (max-width:1200px){.skills-content{grid-template-columns:auto auto auto auto}}@media screen and (max-width:900px){.header{font-size:1.8rem}.skills-content{grid-template-columns:auto auto auto}}@media screen and (max-width:600px){.header{font-size:1.8rem;width:15%}.skills{height:auto}.skills-content{grid-template-columns:auto auto}}@media screen and (max-width:400px){.header{font-size:1.8rem;width:15%}.skills{height:auto}.skills-content{grid-template-columns:auto}}.projects{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-bottom:20px;min-height:100vh;max-width:100vw;background-color:#111a28;background-repeat:no-repeat;background-size:cover}.project-card{padding:10px}.project-card:hover{box-shadow:0 0 5px 5px #4d4d81}.projects-header{width:15%;padding:20px 0;text-align:center;border-bottom:2px solid #464545;font-size:2.5rem;font-weight:550;color:#fff}.projects-content{display:grid;grid-gap:25px;grid-template-columns:auto auto auto}@media screen and (max-width:900px){.projects-header{font-size:1.8rem}.projects-content{grid-template-columns:auto auto}}@media screen and (max-width:600px){.projects-header{font-size:1.8rem;width:25%}.projects-content{grid-template-columns:auto}}@media screen and (max-width:400px){.project-card{padding:0}.projects-header{font-size:1.8rem;width:35%}.projects-content{grid-template-columns:auto}}.footer{text-align:center;padding:2px 0;background-color:#d1cccc;font-size:1.2rem;color:#fff}.heart{color:red}
/*# sourceMappingURL=main.1a0aa5a7.chunk.css.map */