body {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

h6 {
  font-weight: 700;
}

.image-container {
  position: relative;
  display: inline-block;
}

img {
  width: 100%;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  padding: 0.25em 0.5em;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
  white-space: nowrap;
 
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 750px) {
  .tooltip:hover .tooltiptext {
    user-select: none;
    visibility: visible;
  }
}

.text-only-project {
  width: 100%;
  position: relative;
  color: #000;
  font-size: 5cqh;
  text-align: center;
  line-height: normal;
  user-select: none;
}

.centered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a > .text-only-project {
  text-decoration: none !important;
}

a:hover > .text-only-project  {
  text-decoration: none !important;
}
