body {
background-color: black;
 background-size: contain;
  background-repeat: repeat-x;
       overflow-y: hidden;
  color: white;
    font-family: "Courier";
}
.organize {
  
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bigcontainer {
  height: 60vh; /* Adjust the height of the container as desired */
  overflow: hidden;; /* Enable vertical scrolling */
  background-color:  none;
  width: 65vw;
  justify-content: center;
  align-items: center; 
  left: 60px;
 border: 5px solid transparent;
  padding: 0px;
  border-image: url(lines.png) 8 round;
}
.bigcontainer h {
  text-align: center;
}

#iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.title {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: auto;
  margin-top: 45px;
  
}
  
 .background {
   position: absolute;
   top: 0;
  left: 0;
    background-image: url("dither.png");
 background-size: auto 100%;
  background-repeat: repeat-x;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
  width: 100%;
  height: 100vh;
  z-index: -3;
   
 }
 .nostrain{
   position: absolute;
   top: 0;
  left: 0;
  background-color: black;
 opacity: .4;
  width: 100%;
  height: 100vh;
  z-index: -2;
   
 }

.nav {
  width: 100%;
  height: 10%;
  background-color: black;
  color: white;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}
.section {
  display: flex;
            justify-content: center;
            align-items: center;
             flex-wrap: wrap;
  width: 100%;
  height: 100vh;;
}
.section2 {
  display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.pixelated {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

a {
  text-decoration: none;
  color: inherit;
  
}

.favholder {
  width: 200px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  
}

#this {

 border: 5px solid transparent;
  padding: 0px;
  border-image: url(lines.png) 8 round;  
  
}
#this tr {
  
   background-color: black;

}
#this td {
  padding: 5px;
  
}