body {
  display: grid;
}

.box {
  color: white;
  background-color: white;
  width: 800px;
  height: 1000px;
}

.center-text {
  text-align: center;
}

.headbox {
  color: white;
  background-color: white;
  width: 800px;
  height: 10px;
}

.image-container {
  margin-bottom: 5px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

