body{
    background-color: #F9F9F8;
padding: 0;
margin: 0;
}
.box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
height: 100vh;
}

.box div {
  width: 250px;
  height: 250px;
}