@font-face {
    font-family: "font-4-btn-lbl-hdr-ttl";
    src: url("../fonts/Herculanum.ttf");
  
    }
body{
    max-width: 100%;
    background: #DCCCAC;
}
#arrow-history {
  text-align: center;
  width: max-content;
  background-color: transparent;
  position: absolute;
  display: inline;
  bottom: 0;
  left: 2.5%;
}
#arrow-history:hover {
    cursor: pointer;
    border: 1px solid black;
}
#lft-arrow {

  float: left;
}
#txt-history {
  float: right;
  width: max-content;
  height: fit-content;
    padding-top: 5px;
  font-size: 40px;
  font-style: bold;
}
/** this is the title and buttons for other pages**/
#modern-rt-title{
    font-family: "font-4-btn-lbl-hdr-ttl";
    left: 0%;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 160px;
    margin-top: 3.5%;
}
#rt-title{
    font-family: "font-4-btn-lbl-hdr-ttl";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.70px;
    text-decoration: underline;
    text-decoration-color: black;
    text-decoration-style: solid;
    padding-bottom: 5px;
    text-decoration-thickness: 2.5px;
    text-underline-offset: 16px;
    font-size: 80px;
    text-align: center;
}
#rt-content{
    position: absolute;
    margin-top: 13%;
    left: 15%;
    width: 70%;

}
#rt-content img{
    width: 100%;
}
#src-lnk{
    text-align: center;
    font-family: "font-4-btn-lbl-hdr-ttl";
    position: absolute;
    width: 10%;
    bottom: 2.5%;
    left: 45%;
}
.warning{
    display: none;
    text-align: center;
    top: 25%;
    width: 50%;
    height: 50%;
    left: 25%;
    position: absolute;
    z-index: 9999;
    font-size: 50px;
  
  }
@media screen and (orientation:portrait){
    .warning{
        display: block;
      }
    #modern-rt-title, #top-header, #rt-content, #src-link{
      opacity: 5%;
    }
  }