.app-header {
  --tw-bg-opacity: 1;
  background-color: #EC008C;
}

/* Container holding the image and the text */
.container {
  position: relative;
  width: 250px;
}

/* Image fit container */
.container.a img {
  object-fit: contain;
}

/* Bottom right text */
.button-over {
  position: absolute;
  top: 85%;
  left: 30%;
  background-color: #000;
  color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  transform: translate(-20%,-50%);
  opacity: .75;
  text-align: center;
  border-radius: 35px;
} 

.button-over:hover {
  box-shadow: 0 0 2px 4px #707070;
  border-color: #A7BF2F;
}

.duration-300 {
  transition-duration: .3s;
}




