body { font-family: sans-serif; }

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
}

.top_centered {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: xxx-large;
  font-weight: bold;
}

.bottom_centered {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: large;
}
