input{
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  color: #222222;
  width: 300px;
  border: none;
  border-bottom: solid #000000 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  background: none;
  z-index: 5;
}
.inputdiv{
  display: flex;
  justify-content: center; /* 자식인 input을 가로 가운데로 */
  margin-top: 400px;

}
.buttondiv{
  display: flex;
  justify-content: center; /* 자식인 input을 가로 가운데로 */
}
