@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");@font-face{font-family:Iosevka Nerd Font;src:url(/fonts/IosevkaNerdFont-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg:#e29d6d;--bg2:hsla(25,67%,66%,.6);--fg:#1a202c;--tr:hsla(0,0%,100%,.7);--white:#fff;--accent:#6b46c1;--shadow:0px 15px 30px rgba(0,0,0,.5);--shadow-s:0px 15px 30px rgba(0,0,0,.1);--welcome-shadow:var(--fg);--noisy-pattern:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.37' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E")}*{font-family:Iosevka Nerd Font,Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}html{background-color:var(--bg);flex-direction:column;width:100%}body,html{display:flex;align-items:center;align-content:center;justify-content:flex-start;height:auto;margin:0;padding:0}body{width:85%}#__next{display:flex;align-items:center;align-content:center;justify-content:center;height:auto;width:100%;margin:0;padding:0 0 100px}h1{text-align:center;font-size:50px;font-weight:bolder;text-shadow:var(--shadow)}h1,h2{font-family:Roboto Condensed,sans-serif}h2{width:100%;text-align:left;font-size:1.5rem;line-height:3rem}input,select{background-color:var(--tr);border:none;height:40px;border-radius:13px;text-align:center;width:200px}.item{width:100%;display:flex;flex-direction:row;justify-content:space-between}.item,.item p{align-items:center;align-content:center}button{height:40px;border-radius:13px;border:none;padding-left:20px;padding-right:20px;background-color:var(--tr);color:var(--fg);transition:all 1s ease-in-out}button:hover{background-color:var(--accent);color:var(--bg);box-shadow:var(--shadow)}p{height:40px}.checkbox,p{padding:0;margin:0}.checkbox{width:25px;height:25px;min-width:25px;min-height:25px;max-width:25px;max-height:25px;margin-right:var(--spacing-s);border-radius:8px;background-color:var(--fg);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .4s ease-in;box-sizing:border-box;align-content:center;align-items:center;text-align:center;font-size:medium;font-weight:1000;border:none}.checkbox:checked{color:var(--bg)}.checkbox:checked:after{content:"\2713";opacity:1;transform:scale(1.2);font-weight:bolder;color:var(--bg)}.checkbox:after,.checkbox:checked:after{transition:opacity .4s ease-in,transform .4s ease-in}.checkbox:after{content:"";opacity:0;transform:scale(.1)}.banner-preview{background:var(--tr);padding:24px;border-radius:24px;margin-top:16px}.color-selector{margin:0;padding:0;border:none;border-radius:13px}.link-paragraph{height:auto;background-color:var(--tr);padding:20px;border-radius:13px;word-break:break-all;overflow-wrap:anywhere}.grid_1{grid-template-columns:auto auto auto}@media (max-width:1200px){.grid_1{grid-template-columns:auto auto auto}}@media (max-width:900px){.grid_1{grid-template-columns:auto auto}}