 body {
  /* width: 1200px; */
  display: block;
  padding: 0px;
       image-rendering: pixelated;

  margin: 0px;
  height: 100vh;
  overflow-x: auto;
    overflow-y: hidden;

  background-image: url("../assets/img/precedence.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}
.i{
  display:block;
      min-height: 100vh;
        width: 100vw;
  height: 100vh;

}
h1{
  padding: 13em;
  display:none;
}
#txt {

  position: fixed;
  font-family: "circus";
  color: rgba(132, 25, 25, 0.8);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -300px;
  z-index: 99999999;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#txt span {
  font-style: italic;
  font-size: 2.7rem;
  display: inline-block;
  margin: 0 auto;
  max-height: 95vh;
  width: 40vw;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 90%;
  letter-spacing: 5px;
  z-index: 2;
  text-overflow: ellipsis;
  object-fit: contain;
  word-break: keep-all;
}