body {
  background-image: url("https://files.catbox.moe/hbsunm.png");
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  background-color: #936D52;
  color: white;
 /* font-family: Verdana; */
 text-align: center;
}
div.container {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: left;
}
.web {
  top: 100px;
  padding: 10px;
  overflow: scroll;
  width: 100%;
}
.fadedScroller_fade {
  content: '';
  bottom: 440px;
  margin-top: -100px;
  height: 50px;
  left:69px;
  width:1025px;
  background: linear-gradient(to bottom, rgba(255, 122, 168, 1) 0%, rgba(255, 122, 168, 0) 100%);
  /* 255, 122, 168 */
  position: relative;
}
.gadedScroller_fade {
  content: '';
  bottom: -105px;
  margin-top: -105px;
  height: 50px;
  left:69px;
  width:1025px;
  background: linear-gradient(to bottom, rgba(190, 63, 105, 0) 0%, rgba(190, 63, 105, 1) 100%);
  position: relative;
}






































































