* {
  margin: 0;
  padding: 0;
}
.box {
  margin: 10px;
  width: 300px;
  height: 300px;
  background: #58A6FF;
}
