* {
  margin: 0;
  padding: 0;
}
.imgbox {
  display: grid;
  height: 70%;
}
.center-fit {
  width: 70%;
  height: 70vh;
  margin: auto;
}
