/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: black;
}


/* Centered text */
.top {
  position: absolute;
  top: 20%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-size: 3vw;
}

/* Centered text */
.bottom {
  position: absolute;
  top: 56.3%;
  left: 57.0%;
  color: white;
  font-size: 1.3vw;
  transform: translate(-50%, -50%);
  transform: rotate(-41.2deg);
}