body{
  padding: 0;
  margin:0;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 69;
  line-height:1.42069;
}

#Top{
  background-color:aliceblue;
  padding:10px;
}
canvas{
  position: relative;
}

h1{
  text-align: center;
  font-size: 30px;
}

p{
  font-style: normal;
  font-weight: 69;
  letter-spacing: 0.2rem;
  line-height:1.42069;
  margin-top: 0.69em;
  font-size: 25px;
  text-align: center;
}

button{
  border-radius:20px;
  padding:10px;
  font-size: 20px;
  background:   azure;
}
.calcButton{
  padding: 20px;
  text-align: center;
}
.WeightInput{
  text-align: center;
  font-size: 20px;
}
.HeightInput{
  text-align: center;
  font-size: 20px;
  margin-left: 2.5px;
}
.resultValue{
  text-align: center;
  font-size: 20px;

}
.Type{
  text-align:center;
  font-size: 20px;
  margin-left: 11px;
}
table{
  border-bottom: 2px solid black;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 69px;
  width: 50%;
  border-collapse: collapse;

}
th{
  border-bottom: 2px solid #ddd;
  padding: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 69;
}
tr:hover{
  background-color: aliceblue;
}


input{
  height: 25px;
}
