
div,button {
  box-sizing: border-box;
}

body {
    text-align: center;
}

div {
    width: 500px;
    height: 600px;
    margin: 0 auto;
    position: absolute;
}
