a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


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

/* Centered text */
.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  padding: 20px;
  transform: translate(-50%, -50%);
}

.h2, h2 {
    font-size: 3rem!important;
    font-weight: 300;
    line-height: 1.1;
}
