html, body {
  margin: 10px;
  width: 500px;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
