:root{--primary-color:#323232;--secondary-color:#14ffec;--tertiary-color:#212121;--quarternary-color:#087a91}*{box-sizing:border-box;margin:0;padding:0}.flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.logo{background-color:#14ffec;background-color:var(--secondary-color);border-radius:8%;height:5rem;margin:.75rem;width:5rem}header{margin-bottom:2rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#323232;background-color:var(--primary-color);box-sizing:border-box;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:center}hr{margin-bottom:2rem}section p{margin:0 5rem;text-align:justify}h1{color:#14ffec;color:var(--secondary-color);font-size:4rem;font-weight:400}h1,h2{margin:0}h2{color:#fff;font-size:1.5rem}h3{font-size:2.5rem}h3,h4{color:#087a91;color:var(--quarternary-color)}h4{font-size:2rem}img{border:1px solid #fff;border-radius:8%;height:12rem;padding:.333em;width:20rem}.project-card{background-color:#212121;background-color:var(--tertiary-color);border-radius:8%;margin:.5rem;padding:1rem}.project-card h5{margin-bottom:.5rem}.project-card h5,footer{color:#14ffec;color:var(--secondary-color)}footer{margin-top:2rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media screen and (max-width:376px){section p{text-align:center}}
/*# sourceMappingURL=main.4ee0a971.css.map*/