@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap);*{box-sizing:border-box;font-family:Roboto Mono,sans-serif;margin:0;max-width:100%;padding:0}body{background-color:#d4f3ed}.container{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;margin:0}.title{color:#0b2827;font-size:3.5rem}.label{color:#1d4442;margin-right:1rem}.input{border:none;border-radius:.5rem;padding:.4rem}.result{color:#237e77}.result-amount{color:#e74c4c}.btn{background-color:#2f9d92;border:none;border-radius:.5rem;color:#f2fbf9;cursor:pointer;font-size:1.1rem;padding:.4rem;transition:all .4s linear;width:8rem}.btn:hover{background-color:#f2fbf9;color:#2f9d92;font-weight:700}@media only screen and (max-width:767px){.container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:auto;width:22rem}.title{font-size:2.5rem}.input{margin:.5rem}}
/*# sourceMappingURL=main.517b2769.css.map*/