.img-overlay-wrap {
    position: relative;
    display: inline-block;
    width: 1920px;
    height: 1080px;
}

.img-overlay-wrap img {
    /* <= optional, for responsiveness */
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    z-index: 1;
}

.img-overlay-wrap svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    z-index: 5;
}

.img-overlay-wrap button {
    position: absolute;
    display: block;
    top: 1%;
    left: 1%;
    /* width: inherit;
    height: inherit; */
    z-index: 7;
}

.img-overlay-wrap h1 {
    position: absolute;
    display: block;
    top: 65%;
    left: 5%;
}

#bbText {
    font-size: 100px;
    color: whitesmoke;
    -webkit-text-stroke: 3px black; /* width and color */
    font-family: 'Courier New', Courier, monospace;
    z-index: 10;
}

/* Refresh button */
/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}