body {
    background: url('https://file.garden/Z5ztm_B6wj_8HQnK/yande.re%20488960%20sample%20armor%20bus.png');
  background-size: cover;
}

b, h1, h2, h3, h4 {color:white !important;
    padding: 1px !important;
    background: -webkit-linear-gradient(#94a39c, #3a4e67);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  text-shadow: 1px 1px 15px #3a4e67;
    font-family:'Rosela' !important;
  text-align: center;
  
    }

u {text-decoration: underline wavy #3a4e67}

 @font-face {
    font-family: 'Rosela';
    src: url('https://file.garden/ZRgh3nzfnhFDJvPp/Rosela.ttf');
}

.resources {
      width: 100%;
      max-height: fit-content;
    border: 1px solid;
      border-radius: 5px;
    }
    /* Tables */
    .resources td {
      padding: 5px;
      overflow-y: auto;
    }
    .resources tr {
      line-height: 20px;
      padding: 5px;
      border: 1px solid;
      margin: 2px;
    }
    .resources table {
      border-collapse: collapse;
      border-spacing: 5px;
    }
    .resources tr:nth-child(even) {
     
    }

.text-container {
  padding: 15px;
text-align: left;
  width: 887px;
 height: 611px; 
    margin: auto;
  background: url('https://i.postimg.cc/Pqx1MyrW/33-330951-newspaper-stack-png-download-old-paper-stack-png-2184337192-1.png');
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.6em;
color: #2a1905;
}

.img1 {
  z-index: 2;
  position: absolute;
   left:1250px;
  top:440px;
  margin-left: 70px;
  display: block;
}

.img1:hover {
  animation: onhover 1s;
  animation-fill-mode: forwards;

}