#contentcolor {
    background: white;
  }
  
.contenttitlecolor {
    overflow: hidden;
    position: absolute;
  }
  
.contenttitlecolor img {
    filter: drop-shadow(0px 100px 0 white);
    transform: translateY(-100px);
  }

#iconsat {
  filter: grayscale(0);
  }

::-webkit-scrollbar { 
  width: 10px;
  background: transparent;
  opacity: 0;
  } 
::-webkit-scrollbar-thumb {
  background-color: blue;
  border: solid white;
  }
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb:hover { 
  background: #bababa; 
  } 
::-webkit-scrollbar-thumb:active { 
  background: #adadad; 
  } 
::-webkit-scrollbar-track { 
    background: #ffffff;
  } 
::-webkit-scrollbar-track:hover { 
  background: white; 
  } 
::-webkit-scrollbar-track:active { 
  background: white; 
  } 