body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 10px;
  overflow: hidden;
}

.box {
  display: block;
  background-color: greenyellow;
  border-radius: 10px;
    width: 100px;
    height: 100px;
}