* {
    font-family: Arial, Helvetica, sans-serif;
}

html,
body,
div {
    margin: 0;
    padding: 0;
    border: 0;

}

#top {
    padding-top: 100;
    margin: auto;
    width: 80%;
    height: 70px;
    display: grid;
    grid-template-columns: 1.5fr 4fr;
    gap: 30%
}

#top>div>img {
    width: 90%;
    height: 50%;
    margin: 5%;
}

#leftDiv {
    display: flex;
    gap: 10px;
}

#leftDiv>div {
    display: flex;
    gap: 10px;
    /* margin-top: 7px; */
}

#leftDiv>div>a>img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

#leftDiv>div>img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
}

a {
    text-decoration: none;
}

#bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    height: auto;
    font-weight: bold;
    background-color: #0072bf;
}

#bottom>div {
    text-align: center;
    padding: 1%;
}

#bottom>div>a {
    color: white;
}

#bottom>div:hover {
    background-color: #00548f;
}

#bottom2 {
    display: flex;
    justify-content: center;
    height: auto;
    background-color: #00548f;
}

#bottom2>div>a {
    text-decoration: none;
    color: white;
}

#bottom2>div {
    padding: 1%;
    color: white;
}
/* main */

body {
    margin-right: 50%;
    width: 100%;
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    margin-left: 200px;
    margin-right: 50px;
    text-align: left;
    font-family: Arial, sans-serif
}

#container {
    width: 70%;
    margin-left: 100px;
    /* margin: auto; */
}

#main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f6f7f6;
    padding: 10px;
}

h2 {
    /* margin-top: ; */
    color: darkslateblue;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
}

#head>#content {
    display: flex;
    flex-direction: column;
    /* grid-template-columns: 1fr 1fr; */
}

#content>#bmical>h3 {
    color: slateblue;
    font-size: 18px;
    padding: 0px 10px;
    margin-bottom: 0px;
}

#content>#bmical>p {
    font-size: 13px;
    margin-top: 0PX;
    padding: 0px 10px;
}

#bmidata {
    padding: 5px;
    margin-left: 50px;
}

#bmidata>span {
    font-size: 12px;
    font-weight: bold;
}

#bmidata>input {
    width: 95px;
    height: 15px;
}

#bmidata>select {
    width: 95px;
    height: 22px;
}

#bmidatah {
    padding: 5px;
    margin-left: 100px;
}

#bmidatah>span {
    font-size: 12px;
    font-weight: bold;
}

#bmidatah>input {
    width: 40px;
    height: 15px;
}

#bmidatah>select {
    width: 95px;
    height: 22px;
}

#calculate {
    margin: auto;
}

#calculate>button {
    margin-left: 170px;
    margin-right: 100px;
    background-color: lightgreen;
    height: 30px;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#aboutbmi {
    padding: 10px;
}

#aboutbmi>h3 {
    margin-top: 10px;
    color: slateblue;
    font-size: 15x;
}

#aboutbmi>div>p {
    font-size: 13px;
    text-align: left;
    padding: auto;
}