@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&family=Poppins&family=Roboto&display=swap");@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");:root{--gunmetal:#1b1d22;--ivory:#f2f5ea;--orange:#fe5000;--indigo:#9b7ede;--dark-indigo:#826ab9;--light-sea:#17a1a6;--yellow:#f9db6d}body,html{padding:0;margin:0}a{color:var(--indigo);text-decoration:none;transition:.1s}a:hover{color:var(--dark-indigo)}h1{margin-top:.6rem;font-size:2rem}hr{height:1px;background-color:var(--ivory);border:none;margin-bottom:2rem}div.template{background-color:var(--gunmetal);color:var(--ivory);font-family:Poppins,sans-serif;min-height:100vh;max-height:-moz-fit-content;max-height:fit-content;margin:0;padding:1rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column;align-items:center}.no-bg{background-color:transparent!important}.backgrounder{background:linear-gradient(18deg,#000,#092340);top:0;left:0;z-index:-1;position:fixed;height:100vh;width:100vw}@keyframes fadeIn{0%{opacity:0}to{opacity:100%}}@keyframes slideInLeft{0%{left:-50%}to{left:0}}@keyframes slideInTop{0%{top:-100%}to{top:0}}section.template-section{width:60%;padding-bottom:1.2rem;animation-name:fadeIn;animation-duration:.4s;animation-timing-function:linear}@media screen and (max-width:950px){section.template-section{width:90%}section.template-section:first-child{margin-top:3rem}}.center{text-align:center}.center-me{margin-left:auto;margin-right:auto}div.center-section{justify-content:center}@keyframes gradient{0%{background-position:25% 100%}50%{background-position:50% 100%}to{background-position:25% 100%}}.magic{background:linear-gradient(120deg,#ff3c00,#70f);background-size:200% 200%;animation:gradient 5s linear infinite;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.background{padding:1rem;border-radius:10px}.background,.snippet{background-color:rgba(0,0,0,.3);width:-moz-fit-content;width:fit-content}.snippet{font-family:Ubuntu Mono,monospace;padding:.4rem;border-radius:4px}.background h1,.background h2,.background h3,.background h4,.background h5,.background h6{margin-top:0}.homeNav{position:fixed;top:0;left:0;width:-moz-fit-content;width:fit-content;margin:1rem;font-size:1.5rem;padding:.4rem .7rem;border-radius:10px;text-align:center;background-color:rgba(0,0,0,.5);font-family:Poppins,sans-serif;animation-name:slideInLeft;animation-duration:.3s;animation-timing-function:ease-out}@media screen and (max-width:950px){.homeNav{position:fixed;top:0;left:0;width:100%;border-radius:0;padding:.4rem 0;margin:0;animation-name:slideInTop;animation-duration:.2s;animation-timing-function:ease-out}}div.link-list{display:flex;gap:1rem;justify-content:center;align-items:center}.indigo-div{background-color:var(--indigo)!important}.indigo-div,.ivory-div{color:var(--gunmetal)!important}.ivory-div{background-color:var(--ivory)!important}.rufous-div{background-color:var(--rufous)!important}.orange-div,.rufous-div{color:var(--gunmetal)!important}.orange-div{background-color:var(--orange)!important}.gunmetal-div{background-color:var(--gunmetal)!important;color:var(--ivory)!important}.lightsea-div{background-color:var(--light-sea)!important}.lightsea-div,.yellow-div{color:var(--gunmetal)!important}.yellow-div{background-color:var(--yellow)!important}.orange{color:var(--orange)}