.navbar {
  border-radius: 0px;
}
#nav {
  color: rgb(241,241,241);
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
}
.form-control {
  width: 400px;
}
.inputField {
  display: inline-block;
  margin-left: 180px;
}
#convert_temp {
  font-size: 30px;
  border-radius: 0px;
  margin-top: 20px;
}
#start {
  margin-top: 5%;
}
.box {
  width: 350px;
  height: 50px;
  border-style: solid;
  font-size: 30px;
}
.output {
  margin-top: 50px;
  margin-left: 80px;
  display: inline-block;
}
#length {
  margin-top: 5%;
  padding-bottom: 50px;
}
#convert_length {
  font-size: 30px;
  border-radius: 0px;
  margin-top: 20px;
}
#temp {
  padding-bottom: 50px;
}
#area {
  margin-top: 5%;
  padding-bottom: 50px;
}
#convert_area {
  font-size: 30px;
  border-radius: 0px;
  margin-top: 20px;
}
#volume {
  margin-top: 5%;
  padding-bottom: 50px;
}
#convert_volume {
  font-size: 30px;
  border-radius: 0px;
  margin-top: 20px;
}



#title {

margin-top: 90px;
}

.article {
  padding: 2% 20%;
}