body {
  text-align: center;
}

button {
  height: 30px;
  width: 150px;
}


div {
  height:100px;
  width: 300px;
  border: 2px solid black;
  text-align: center;
  margin: auto;
}