*{margin:0;padding:0;box-sizing:border-box}.parent-container{width:100%;min-height:100vh;background-image:url(/react-practice-projects/02-BMI-calculator/assets/BMI-background-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.card-container{width:100%;max-width:380px;height:450px;background-color:#25914f;border-radius:10px;padding:1rem}.heading h2{text-align:center;color:#fff;letter-spacing:1px}.input-fields{width:100%;height:320px;margin:1rem 0;display:flex;flex-direction:column;gap:1.4rem}.first-input{display:flex;flex-direction:column}label{font-size:.9rem}input{border:none;border-radius:5px;padding:.8rem}.second-input{display:flex;flex-direction:column}button{padding:.8rem;border:none;border-radius:.3rem;cursor:pointer}.submit{background-color:#3569ee}.output-field h3{text-align:center;color:#fff}@media(max-width:450px){.card-container{margin-inline:.5rem}}
