@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%{opacity:.3}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}body{margin:0}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#171d1a}::-webkit-scrollbar-thumb{background:#2b332e;border-radius:0}
