body{ height: 100%; width: 100%; display: flex; align-items: center; } .wrapper{ border: 1px solid black; padding: 30px 60px 50px; margin: 0 auto; display: flex; flex-direction: column; } input{ width: 200px; } button{ margin-top: 30px; width: 120px; align-self: center; } p{ text-align: center; } .done{ color: green; } .fail{ color: red; }