.box {
  width: 100px;
  height: 100px;
  background-color: limegreen;
  border-radius: 50%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 400px;
}
