@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{scroll-behavior:smooth;font-family:Poppins,sans-serif;background-color:#000000f2;color:#dadadb;max-width:1300px;margin:0 auto;font-size:1rem}.header-section{margin-block:20px 50px;text-align:center}.header-section h1{font-size:1.5rem;font-weight:700}.header-section .img img{width:100px;margin:10px}.form-section{width:100%;margin:20px auto}.form-control{background-color:#2f2f2f;outline:none;resize:none;font-size:1rem;font-family:Poppins,sans-serif;transition:all .5s ease-in-out}textarea,.btn{color:#fff;width:100%;border-radius:8px;border:none;padding:15px}.btn{color:#000;margin-top:10px;background-color:#ffffffb3;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .5s ease-in-out}.btn:hover{background-color:#ffffff80}.hr-line{margin:70px 0 20px;border:1px solid #343536}.answer-section{margin:30px 0;position:relative;word-wrap:break-word}.answer-section .question{background-color:#343536;padding:20px;border-radius:10px 10px 0 0}p{margin:0;padding:0}h1,h2,h3,ol,ul{margin:0}h1{font-size:min(6vw,2rem)}a{color:#3b82f6}.answer-section .answer{background-color:transparent;padding:20px;border-radius:0 0 10px 10px;color:#ffffffb3}ol li{margin:10px 0}ul li{margin:10px 0;display:inline}strong{display:inline-block;margin:10px 0}h3,p{margin:10px 0}pre{white-space:pre-wrap}code{border-radius:10px}h2{padding:10px 0}.copy-icon{position:absolute;background-color:#000;width:50px;height:50px;border-radius:5px;display:flex;justify-content:center;align-items:center;bottom:-10px;right:-10px;font-size:1.2rem;cursor:pointer;transition:all .5s ease-in-out}.copy-icon:hover{background-color:#343536}.examples{display:flex;justify-content:space-around;text-align:center;flex-wrap:wrap;margin-top:20px}.examples .div-examples{background-color:transparent;width:100%;max-width:380px;padding:10px;border-radius:15px;border:1px solid gray;cursor:pointer;transition:all .5s ease-in-out;margin:10px 0 0}.examples .div-examples:hover{background-color:#1d1e1f}.div-examples h4{font-size:1rem}.div-examples p{font-size:.9rem;margin:0}@media only screen and (max-width : 820px){.header-section,.form-section,.answer-section{padding:15px}}.img-container{position:relative;animation:rotate 10s linear infinite}.rotate-image{width:100%;height:100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
