.UserDiv{
  display: flex;
  justify-content: center; /* 横方向の中央 */
  /* align-items: center;  /*   縦方向の中央 */
  position: relative;
  top: 300px;
  height: 50px;
}

.username{
  padding: 10px;
  width: 25%;
  font-size: 23px;
}

.PassDiv{
  display: flex;
  justify-content: center; /* 横方向の中央 */
  /* align-items: center;     /* 縦方向の中央 */
  position: relative;
  top: 50px;
  height: 50px;
}

.password{
  padding: 10px;
  width: 25%;
  font-size: 23px;
}
