


::-webkit-scrollbar {
  width: 16px;
  height: 10px;
  overflow: hidden;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  background-image: url(https://i.imgur.com/Qtm9Z60.png);
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  overflow: hidden;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  background-image: url(https://i.imgur.com/IGXGYKz.png);
  overflow: hidden;
}
::-webkit-scrollbar-button:vertical:increment {
  background-image: url(https://i.imgur.com/WhC8iy3.png);
  width: 14px;
  height: 16px;
  overflow: hidden;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url(https://i.imgur.com/fQ18mrR.png);
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 14px;
  height: 16px;
  overflow: hidden;
}

body { 
  background-image: url('https://kreayshawn.com/wix/misc084.gif');
  background-position: fixed;
  background-repeat: repeat;
  font-family: Monospace; 
  color: #ffffff; 
  font-size: 8px;
}

.containerss {
  position: absolute;
  top: 100px;
  display: inline-block;
  padding: 5px;
  height: 530px;
  width: 530px;  
}
.left, .right, .center {
  border-radius: 5px;
  border: double 4px;
  border-color: #ffffff;
  background-color: #000000;
  padding: 10px;
  margin: 5px;
  height: 920px;
  text-align: center; 
  font-family: Monospace; 
  overflow: hidden;
}

.center {
  height: 920px;
  width: 530px;
  margin: auto;
  padding: -5px; 
  text-align: justify;
  font-size: 10px;
  overflow: hidden;
}

.right {
  height: 920px;
  width: 200px;
  margin: auto;
  margin-left: 5px;
  text-align: justify;
  font-size: 11px;
}

.left {
  height: 920px;
  width: 200px;
  margin: auto; 
  text-align: justify;
  padding: -5px;
  font-size: 12px;
  overflow: hidden;
}

.container {
  display: flex;
  justify-content: center;
  height: 920px;
  
}

b {
  color: #FF3399;
  transition: all 0.2s ease;
  text-decoration: none;
  text-shadow: -1px 0 5px #000000, 0 1px 5px #000000, 1px 0 5px #ffffff, 0 -1px 5px #000000;
}

a {
  color: #ffffff;
  transition: all 0.2s ease;
  text-decoration: underline;
  text-shadow: -1px 0 5px #000000, 0 1px 5px #000000, 1px 0 5px #ffffff, 0 -1px 5px #000
