@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--font-color: #e9e9e9;--background-color: #131517;--complement-color:#0062ae;--divisor-line-color: red;--background-bubble-up: #31324b;--background-bubble-middle: #52724d;--background-bubble-down: #cc5a5a;--no-grey: #ddd4;--option-background:#1a1c20;--desktop-width: 500px;--font-size-title:64px;--font-size-pharag:24px;--max-width-desktop:700px}html{font-family:Outfit;box-sizing:border-box;font-size:16px}*,:after,:before{box-sizing:inherit}body{margin:0;background-color:var(--background-color);color:var(--font-color);font-family:Outfit}@keyframes upHeader{0%{top:0}to{top:-3.25rem}}@keyframes downHeader{0%{top:-3.25rem}to{top:0}}.icon-button{background-color:#2b2b2b;padding:.5rem;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;border:none}form{display:flex;flex-direction:column;gap:.5rem}form input{width:100%;color:#f5f5f5}.input{display:flex;gap:1rem;align-items:center}.input input{width:100%;padding:1rem;border:none;background-color:transparent;outline:none;border:solid thin var(--no-grey)}.loader{width:48px;height:48px;border:5px solid whitesmoke;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*::-webkit-scrollbar{display:none}
