/*################# CSS EXO 1 #############################*/

body{
  font-family: Verdana;
  font-size: 18px;

}
form{
  padding: 3%;
  color : purple;
  font-size: 14px;
  text-transform: capitalize;
  width: 25%;
}
form legend{
  text-align: center;
  font-weight: bolder;
  margin-bottom: 3%;
}
form div{
  width: 500px;
  margin-bottom: 10%;
}
form div h3{
  font-size: 14px;
  display: inline;
  line-height: 100px;
  margin-left: 10%;
}
form div select{
  float: right;
  margin-right: 15%;
  margin-top: 25px;
  height: 40px;
  width: 40px;
}

form input{
  box-shadow: 5px 5px 5px 0px #6200c9;
  border-radius: 10px;
  width: 20%;
  height: 30px;
  border : none;
  float: left;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 20%;
}
