html, body{
  width: 100%;
  font-family: Yu Gothic , sans-serif;
}

body{ 
  width: 80%;
  margin: 0 auto;
}


#header{
  text-align: center;
}

#head_img{
width: 100%;
height: 120px;
}

h1{
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.form{
  font-size: 34px;
}

.label{
  margin-right: 100px;
}

.inputs{
  width: 70%;
  height: 44px;
  margin-bottom: 20px;
}

.input_main{
  width: 70%;
  height: 220px;
}

footer hr{
  margin-top: 0;
}