.first-text h1{
    color:white;
    padding:30px;
    justify-content:center;
    display:flex;
}

.wrapper{
    background-color: #008080;
    height:500px;
    width:500px;
    border-radius:10px;
    margin-left:350px;
    
}
.INPUT #height, .INPUT #weight{
    border-radius: 10px;
    width: 250px;  
    height: 40px;  
    font-size: 18px;  
    padding: 10px; 
    margin-top:30px;
}

#submi{
   
    background-color:#000080; 
    border: 2px solid crimson;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 10px;
    margin-top:10px;
    color:white;
}
#submi:hover {
    box-shadow: 0px 0px 15px crimson; 
}
#resprev {
    font-size: 20px;
    padding-left: 115px;
    color: white;
}

#displaybmi {
    font-size: 20px;
    color: white;
}




