@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400&display=swap";.logo,.screenshot{width:50%}body{margin:0;font-family:Josefin Sans,sans-serif;font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#272a6d}header{background-color:#05ce78;padding:0 15rem;display:flex}a{text-decoration:none;margin:1rem}a,p{color:#fff}#headerLinks{flex-grow:2;justify-self:flex-end;display:flex;flex-direction:row;justify-content:flex-end;padding:5px}#headerImage{max-height:2rem;align-self:center}#mainSection{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));height:95%;background-color:#0d47a1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a:hover{color:#d3d3d3}iframe,section{background-color:rgba(1,1,1,.7)!important;margin:1rem 10rem;padding:1rem;color:#fff;border-radius:8px;border:2px solid #fff}iframe{border:2px solid #05ce78;padding:0}img:hover{animation:grow .5s forwards}img{animation:grow .5s reverse}.MuiButton-contained{background-color:#05ce78!important}.MuiButton-outlined{color:#05ce78!important;border:1px solid #05ce78!important}@media screen and (max-width:640px){iframe{margin:0;width:95%}section{background-color:rgba(1,1,1,.7);margin:1rem;padding:1rem;color:#fff;border-radius:8px;border:2px solid #fff}}@keyframes grow{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes shrink{to{transform:scale(1.05)}0%{transform:scale(1)}}