body {
  overflow-y: scroll;
  margin: 0px;
  }
  
  #main {
    width: 100%;
    table-layout: fixed;
    height: 100vh;
  }
  
#body{
    box-shadow: inset 7px 0 20px -3px rgb(29, 29, 28);
    width: 93.8%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    font-size: 14px;
}

  #navbar {
    width: 100%;
    border: none;
  }

  #sidebar{
      /*background: linear-gradient(#20204f, #000016);*/
      background: linear-gradient(#942f2f, #1f0808);
      border-right: 2px solid #000;
    }
  /*
  table th,
  table td {
    display: table-cell;
    vertical-align: top;
  }  */

  a img {
    border: none;
  }
  hr{
    margin:  2px 0;
  }
  a{
    color: mediumturquoise;
}
a:hover{
    color: #8febe8;
}
a:active{
    color: #379491;
}
a:visited{
    color: #c087f5;
}
a:visited:hover{
  color: #d36cd3;
}
a:visited:active{
  color: #6b3f6b;
}/*
.moviessidebar{
  position: fixed;
width: 116px;
height: 938px;
}*/
  *{
  scrollbar-color: #bb4848 #521212;
  scrollbar-width: thin;
  }

  #fuckoffopera{
    width: 100%;
    margin: 0;
    animation-name: operagx;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 0.2s;
  }

  @keyframes operagx {
    from{ background: linear-gradient(red, red)}
    to{ background: linear-gradient(lime, lime)}
  }