@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body,input{max-width:100vw;overflow-x:hidden;font-family:Roboto,sans-serif;background-color:#282828;color:#e6e6e6;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{display:none}::selection{color:#13a000;background-color:#58ff37}.home{display:flex;align-items:center;flex-direction:column}.home__header{width:60rem;height:5rem;max-width:90vw;margin-top:6rem;display:flex;justify-content:center;align-items:center}.home__header h1{font-size:2rem}.home__main{display:flex;flex-direction:column;width:60rem;max-width:90vw}.home__main input{padding:20px;background:#E6E6E6;border-radius:5px;border:none;color:#282828;font-size:1rem}.home__main button{width:60rem;max-width:90vw;margin:1rem 0 4rem;color:#306823;font-size:1rem;font-weight:700;text-transform:uppercase;background-color:#43e622;border:1px solid #58ff37;border-radius:5px;padding:20px;box-shadow:0 6px #13a000;transition:all .1s;cursor:pointer}.home__main button:hover{background-color:#58ff37}.home__main button:active{box-shadow:0 2px #13a000;position:relative;top:4px}.home__content{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.home__credits{display:flex;margin:2rem}.home__credits img{width:50px;height:50px;border-radius:25px}.home__credits div{margin-right:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;font-family:Space Mono,monospace;font-size:.75rem}.home__credits a{border-radius:50%}@media (max-width: 320px){.home__header h1{font-size:1.375rem}.home__main input,.home__main button{font-size:.875rem}.home__credits p{font-size:.625rem}.home__credits img{width:46px;height:46px;border-radius:23px}}.card{width:60rem;max-width:90vw;background:#E6E6E6;color:#282828;border-radius:5px;padding:.5rem}.card strong{display:flex;justify-content:space-between;align-items:center;font-weight:400;text-transform:capitalize;padding:.3rem;font-size:1.125rem}.card small{display:flex;justify-content:end;margin-top:.5rem;font-size:.75rem}@media (max-width: 320px){.card strong{font-size:.875rem}.card small{font-size:.625rem}}
