
html{
display: flex;
height:100%;
margin: 0;
padding: 20px;
font-family: "Inter";
font-size: 18px;
font-weight: 400;

}

body{
    margin: 0; 
    height: 100%; 
    width: 280px;
}

h1{
    text-align: left;
    font-family: "Public Sans";
    font-weight: 600;
    font-size: 36;
}
input{
    padding:4px;
    height:24px;
    line-height:16px;
    width: 40px;
}

.tab-buttons{
    font-family: "Inter";
}

#icon{
    width:100px;
    display: inline-block;
}

#bmi-output{
    display: inline-block;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-family:"Inter";
}

#heading{
  text-align: center;
  display: inline-block;
}

#message{
    text-align: center;
    font-family:"Inter";
    font-size: 18px;
}
#message1{
    text-align: center;
    font-family:"Inter";
    font-size: 18px;
}

#title{
    text-align: center;
}

#output{
    text-align: left;
    font-family:"Inter";
}

#heading{
    font-size: 18px; 
}
#bmi-output{
    font-size: 18px;
}
#message1Imp{
    font-size: 18px;
}
#messageImp{
    font-size: 18px;
}

#tb{
    width: 300px;
    margin-bottom: -40px;
}
#mike{
    width: 328px;
   margin-bottom: -5px;
}

#alex{
    width: 250px;
}
#adam{
    width: 300px;
    margin-bottom: -40px;
}
#trump{
    width: 175px;
}
#donald{
    width: 280px;
    margin-bottom: 20px;
}


#weightDiv{
 

}

#heightDiv{
    margin-top: 20px;
 
    display:flex;
    height: 20px;
    #label{
        margin-right: 30px;
    }
}

#submit{
    font-family:"Inter";
    border-radius: 5px;
    color:white;
    margin:0px;
    height:40px;
    overflow:hidden;
    line-height:12px;
    padding: 5px 5px 5px 5px;
    background-color: #10A73D;
    width: 80px;
}
    #submit:hover{
        background-color: #0D772C;
        transform: scale(1.1);
    }
#clear{
    font-family:"Inter";
    border-radius: 5px;
    color:white;
    height:40px;
    border-color: white;
    margin:0px;
    width: 80px;
    overflow:hidden;
    line-height:12px;
    padding: 5px 5px 5px 5px;
}
#clear:hover{
    background-color: #6C6C6D;
    transform: scale(1.1);
}

.tab-buttons {
    display: flex;
}

.tab-button {
    padding: 10px 20px;
    border: 1px solid;
    cursor: pointer;
    background-color: #6C6C6D;
    color: white;
    
    border-radius: 10% 10% 0% 0%;
}

.tab-button.active {
    background-color: #bababb;
    color:white;
    border-radius: 10% 10% 0% 0%;
}

.tab-panel {
    display: none;
    padding: 20px;
    border: 1px solid white;
    border-radius: 5px;
}

.tab-panel.active {
    display: block;
    background-color: #bababb
    
}

#icon{
    height: 50px;
    width: 100px;
    vertical-align:middle;
}
#btns{
    margin-top: 40px;
    margin-left: 28px;
    
}
#input-box{
    width: 200px;
}
#image{
    float:left;
}