@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Montserrat:wght@400;500;600;700&display=swap);*{color:var(--text)}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;background-color:var(--background)!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{color-scheme:dark;--text:#fff;--background:#1f2022;--header:#84b7db;--footer:var(--header);--about-me:#f1f1f1;--grid-background:var(--background);--grid-header-background:var(--background);--grid-header-text:#f1f1f1;--grid-element-background:#303c4f;--grid-element-border:#6f6f6f;--grid-element-shadow:hsla(0,0%,100%,0.3);--grid-element-header:rgb(169 162 228/100%);--chainlink-icon-background:rgba(43,43,43,0.3);--link-color:var(--grid-element-header);--grid-element-subheader:#a9a9a9}.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%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#project-grid-background{background:var(--grid-background)}#project-grid-parent{border-radius:5px;margin:10px;padding-left:5px;padding-right:5px}@media (min-width:1100px){#project-grid-parent{width:95%;margin:auto}}@media (min-width:1400px){#project-grid-parent{width:90%;margin:auto}}@media (min-width:1560px){#project-grid-parent{width:85%;margin:auto}}@media (min-width:2000px){#project-grid-parent{width:80%;max-width:1900px;margin:auto}}#project-grid-parent>#project-header{background:var(--grid-header-background);border-radius:5px 5px 0 0;margin-bottom:2px;padding:5px}#project-grid-parent>#project-header *{color:var(--grid-header-text)}#project-grid-parent>#project-header h2{margin-bottom:0;font-family:"Fira Code",monospace;font-size:30px}#project-grid-parent>#project-header p{margin:0 0 3px;font-family:"Montserrat",sans-serif;font-size:18px}#project-grid{margin:auto}@media (max-width:520px){#project-grid .FourByOne,#project-grid .GridSizer,#project-grid .Medium,#project-grid .OneWide{width:100%}}@media (min-width:521px) and (max-width:759px){#project-grid .GridSizer,#project-grid .Medium,#project-grid .OneWide{width:49.5%}#project-grid .FourByOne{width:100%}}@media (min-width:760px) and (max-width:1099px){#project-grid .GridSizer,#project-grid .Medium,#project-grid .OneWide{width:33.3%}#project-grid .FourByOne{width:66.6%}}@media (min-width:1100px) and (max-width:1399px){#project-grid .GridSizer,#project-grid .OneWide{width:24.9%}#project-grid .Medium{width:49.8%}#project-grid .FourByOne{width:74.6%}}@media (min-width:1400px) and (max-width:1559px){#project-grid .GridSizer,#project-grid .OneWide{width:19.9%}#project-grid .Medium{width:39.8%}#project-grid .FourByOne{width:59.5%}}@media (min-width:1560px) and (max-width:1999px){#project-grid .GridSizer,#project-grid .OneWide{width:20%}#project-grid .Medium{width:40%}#project-grid .FourByOne{width:60%}}@media (min-width:2000px){#project-grid .GridSizer,#project-grid .OneWide{width:16.6%}#project-grid .Medium{width:33%}#project-grid .FourByOne{width:49.8%}}.GridElement{padding:10px}.GridElement .GridElementInternal{padding:9px;border-radius:5px;border:var(--grid-element-border);border-width:2px;border-style:solid;background:var(--grid-element-background);box-shadow:0 1px 2px var(--grid-element-shadow);transition:box-shadow .2s ease-in-out}.GridElement .GridElementInternal:hover{box-shadow:0 2px 5px var(--grid-element-shadow)}.GridElement h2{font-family:"Fira Code",monospace;font-weight:400;margin-bottom:0;text-shadow:0 0 1px var(--grid-element-header);color:var(--grid-element-header);line-height:normal}.GridElement h3{line-height:normal;color:var(--grid-element-subheader);margin-bottom:3px}.GridElement p{font-family:"Montserrat",sans-serif;font-size:16px;color:var(--text);margin-bottom:0}.OneWide{display:flex;flex-direction:column;width:available}.Medium img,.OneWide img{width:100%;margin-bottom:5px}@media (max-width:1099px){.Medium{display:flex;flex-direction:column;width:available}.Medium img{width:100%;margin-bottom:5px}}@media (min-width:1100px){.Medium .image{float:left;width:50%;-webkit-shape-outside:inset(0);shape-outside:inset(0)}.Medium .image img{margin-bottom:0}.Medium .description{display:inline}.Medium .description p{text-align:justify}.Medium .description h2 h3{display:inline}}@media (min-width:1561px){.Medium .image{width:40%;padding-right:10px}}.FourByOne .GridElementInternal{display:flex;align-items:center}.FourByOne .GridElementInternal .image{flex:1 1}.FourByOne .GridElementInternal .image img{width:100%;max-width:100%}.FourByOne .GridElementInternal .description{min-width:20ch;width:30ch}@media (min-width:1101px){.FourByOne .GridElementInternal{flex-direction:row}}@media (max-width:1100px){.FourByOne .GridElementInternal{flex-direction:column}.FourByOne .GridElementInternal .description{width:95%}}.LinkIcon{position:absolute;right:12px;top:12px;font-size:24px;color:#000;background:var(--chainlink-icon-background);border-radius:5px}#about-me-parent{margin-left:10px;margin-right:10px;margin-bottom:10px;display:flex;flex-direction:row;justify-content:center}#about-me-parent b{font-weight:500}#about-me-parent .about-me-card{margin:0 5px;padding:10px;color:var(--text)}#about-me-parent #about-me,#about-me-parent .about-me-card{border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#about-me-parent #about-me{padding:15px}#about-me-parent #about-me #info-parent{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:660px){#about-me-parent #about-me #info-parent{grid-template-columns:1fr}}#about-me-parent #about-me h1{font-family:"Fira Code",monospace;font-weight:500;font-size:46px;color:var(--text)}#about-me-parent #about-me h2{font-family:"Fira Code",monospace;line-height:normal;margin-bottom:0;font-weight:400;color:var(--text);text-align:left}#about-me-parent #about-me p{font-family:"Montserrat",sans-serif;font-size:16px;margin:0}#about-me-parent #about-me ul{text-align:left;padding-left:40px;margin-bottom:0}#about-me-parent #about-me li{font-family:"Montserrat",sans-serif;font-size:18px;list-style-type:symbols("+");list-style-position:inside}button{background:none!important;border:none;padding:0!important;cursor:pointer}a,button{color:var(--link-color)} /*# sourceMappingURL=main.33e4d3a3.chunk.css.map */