/**FILTER CREDITS TO https://kidwiththechemicalz.net/**/
html::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.315) 50%);
  background-size: auto;
  z-index: 4;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
/**^^^^^**/
body{
  width: 600px;
  height: 800px;
  background-image: url(../am-images/greenbge5.gif);
  background-size: contain;
    background-color: white;
    place-self: center;
    font-family: "VT323";
}
#parent{
    margin-left: 20px;
    width: 500px;
    height: 600px;
     background-image: url(../am-images/blur.png);
     background-size: 400px 750px;
     background-position-y: -50px;
     background-position-x: 50px;
     background-repeat: no-repeat;
         opacity: 1;

}
main{
        position: absolute;
        margin-top: 600px;
    width: 400px;
    height: 600px;
    background-image: url(../am-images/Rudo_Surebrec_Full.webp);
     background-size: 300px 400px;
     background-repeat: no-repeat;
     background-position: center;
    place-self: center;
    display: flex;
    flex-direction: column;
        opacity: 0.8;
}
section{
    height: 80px;
    width: 150px;
    position: relative;
    background-image: url(../am-images/redbge.gif);
    background-size: cover;
      border: 1px red solid;
      border-radius: 5px;
    padding: 5px;
                    box-shadow: 2px 2px 7px 0px white,
                     inset 2px 2px 7px 0px #272727;
}
section div{
    background-image: url(../../home/images/binary.jpg);
    color: white;
    font-family: "VT323";
     font-size: small;
    background-size: cover;
      border: 1px red solid;
      border-radius: 5px;
    padding: 5px;
}
section p{
    background-color: black;
    height: 75px;
}
h3{
      color: white;
  font-family: "VT323";
  font-size: x-large;
    position: absolute;
     top: -20px;
     left: 80px;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.tble, .tble p{
  height: fit-content;
  margin: 0;
  margin-bottom: 3px;
  background: none;
  color: white;
  border: 1px solid red;
   border-radius: 0;
   background-color: black;
  text-align: justify;
}
.tble{
  height: 100px;
  overflow-y: scroll;
}
.tble b{
  font-size: large;
}

.nav{
        background-image: url(/images/whitenoise.gif);
    background-size: contain;
        position: absolute;
        top: 15px;
        left: 100%;
    width: 100px;
    height: 105px;
      border: blue 1px solid;
      border-radius: 5px;
}
.nav button{
  background-color: black;
   border-radius: 5px;
   border: 1px solid white;
  margin: 3px;
  padding: 3px;
  color: white;
   font-size: small;
   font-family: "VT323";
   width: 90px;
   text-align: left;
   text-decoration: underline blue;
}
  button:hover{
    color: blue;
    text-decoration: underline blue;
  }
  button:visited{
    color: blue;
  }
  .tab button.active {
  background-color: #001449;
}
.hvr-grow {
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

aside{
    position: relative;
      top: 160px;
      left: -140px;
}
/**
*{
    border: 1px solid blue;
}**/