Because you made the size of the input 110% and left the normal page size at 100%, it pushes out the input.
input[type=text] {
width: 100%;
padding: 1%;
background-color: rgb(255, 255, 255);
border-radius: 10px;
}
margin-left: auto;
margin-right: auto;
you can use this instead of above
margin:0 auto
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…