html {
  overflow: hidden;
}

.page-logo {
  position: relative;
  top: 6px;
  left: 10px;
  width: 10.5%;
}

.page-content {
  position: absolute;
  width: 51%;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.page-img {
  width: 94%;
}

span {
  display: block;
  text-align: center;
}

.page-title-1 {
  margin: 15px 0 13px 0;
  font-size: 24px;
  color: #333;
}

.page-title-2 {
  font-size: 18px;
  color: #909090;
}

footer.invoice-footer {
  position: fixed;
  width: 100%;
  margin-top: 2px;
  padding-top: 0;
  text-align: center;
  bottom: 0;
}

.footer-content {
  padding: 10px 0px;
  color: #ababab;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .page-title-1 {
    font-size: 20px;
  }

  .page-title-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .page-title-1 {
    font-size: 18px;
  }

  .page-title-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .page-title-1 {
    font-size: 16px;
  }

  .page-title-2 {
    font-size: 12px;
  }
}
