
/**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{
  background-image: url(../images/red.gif);
  height: 800px;
    background-color: black;
    opacity: 0.8;
}

#parent{
    margin-top: 55%;
    width: 550px;
    height: 900px;
    display: flex;
    flex-direction: row;
    place-self: center;
    position: absolute;
}

main{
    width: 350px;
    height: 450px;
        position: relative;
         top: 400px;
         left: 50px;
      background-color: black;
      border: 1px solid black;
      border-radius: 5px;
          box-shadow: 2px 2px 7px 0px rgb(0, 233, 31),
                     inset 2px 2px 7px 0px #272727;
}
aside{
    background-image: url(../images/whitenoise.gif);
    background-size: contain;
        position: relative;
        top: 470px;
        left: 35px;
    width: 100px;
    height: 105px;
      border: blue 1px solid;
      border-radius: 5px;
}
.box{
    height: 100px;
    width: 200px;
    margin-left: 105px;
      position: relative;
      top: -70px;
    background-image: url(../images/binary.jpg);
    background-size: cover;
      border: 1px red solid;
      border-radius: 5px;
    padding: 5px;
}
     #boxcrsr::after {
        content: "";
        position: absolute;
        top: 35%;
        left: -10%;
        rotate: 90deg;
        margin-left: -5px;
        border-width: 8px;
        border-style: solid;
        border-color: red transparent transparent transparent;
     }

.text{
    height: 70px;
    width: 190px;
    background-color: black;
    color: white;
    border-radius: 5px;
    border: 1px outset white;
      padding: 5px;
      font-family: "VT323";
          overflow: scroll;
          overflow-x: hidden;
}
.header{
  color: white;
  font-family: "VT323";
    position: absolute;
     top: -25px;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.textcontain{
 background: lightgrey;
 width: 110px;
 height: 100px;
  position: relative;
   top: -55px;
   left: -10px;
  z-index: 1;
  text-align: right;
} 
   .textcontain p{
    font-family: "VT323";
    margin: 0;
   }
   #statuscafe{
    margin: 0;
     position: relative;
       top: -15px;
    text-align: left;
   }
#imvu img{
  object-fit: none;
  align-self: flex-start;
  margin: 0;
  float: left
}

.nav p{
  background-color: black;
   border-radius: 5px;
   border: 1px solid white;
  margin: 5px;
  padding: 3px;
  color: white;
   font-size: small;
   font-family: "VT323";
}
  .nav p:hover{
    color: blue;
    text-decoration: underline blue;
  }
  .nav p:visited{
    color: blue;
  }
.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);
}
/*** {border: blue 1px solid;}**/

body::-webkit-scrollbar {
  width: 1px;
}

body::-webkit-scrollbar-track {
  background: #000;
}

body::-webkit-scrollbar-thumb {
  background: #000;
}

body::-webkit-scrollbar-thumb:hover {
  background: #000;
}

@media only screen and (min-width: 1300px) {
  #parent{
    margin-top: 20%
  }
}