.watermark {
  position: absolute;
  z-index: 0;
  background: transparent;
  display: block;
  bottom: 5%;
  min-width: 50%;
  color: yellow;
}

.bg-text {
  color: white;
  font-size: 10px;
  /* transform: rotate(350deg);
  -webkit-transform: rotate(350deg); */
  opacity: 30%;
  text-align: center;
}

.app-content {
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .bg-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1000px) {
  .bg-text {
    font-size: 40px;
  }
}
