*{box-sizing:border-box;margin:0;padding:0;font-family:Lato,sans-serif}body{color:#fff;background-color:#090e22;justify-content:center;align-items:center;min-height:100vh;display:flex}button{text-transform:uppercase;cursor:pointer;color:#fff;opacity:.9;background-color:#f44236;border:none;flex:1;padding:1rem 1.5rem;font-size:1.3rem}button:hover{opacity:1}#limpar-btn{background-color:#444}#calc-container h2{text-align:center;margin-bottom:3rem;font-size:3rem}.form-inputs{flex-direction:column;justify-content:space-between;display:flex}.form-control{flex-direction:column;flex:1;margin-bottom:1rem;display:flex}.form-control label{color:#ccc;margin-bottom:.6rem;font-size:1.5rem;font-weight:700}.form-control input{padding:1rem .5rem;font-size:1.3rem}.action-control{justify-content:space-between;gap:1rem;margin-top:3rem;display:flex}#result-container{text-align:center;flex-direction:column;display:flex}#imc-number{margin-bottom:.6rem;font-size:2.4rem}#imc-info{color:#ccc;font-size:1.4rem}#result-container h3{color:#dfdfdf;margin-top:1rem}#imc-table{margin:2rem 0;font-size:1rem}.table-header{color:#ccc;font-weight:700}.table-header,.table-data{border-bottom:1px solid #444;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.table-header h4,.table-data p{flex:1}.table-header h4:nth-child(3),.table-data p:nth-child(3){max-width:100px}#back-btn{align-self:center}.good{color:#12db34}.low{color:#dbce12}.medium{color:#db6212}.hight{color:#db1912}.container{background-color:#1d1e33;min-width:400px;min-height:400px;padding:2rem}
