button{
  border: none;
}
.position{
  padding: 50px;
  background-color: #F2F2F2;
  margin-bottom: 30px;
}
.position>p{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.position>.introduce>div{
  font-size: 20px;
  line-height: 40px;
}
.position>.introduce>div:nth-child(2){
  padding-top: 50px;
}
.position>button,.position>button{
  width: 200px;
  height: 60px;
  font-size: 20px;
  background-color: #66B95A;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
}
#fileInput {
  display: none;
}