.textbox {
  height:430px; 
  width:500px; 
  margin-left: 32%;
  margin-top: 19%;
  background: #ffffff00; 
  overflow: auto;
}

.text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff00;
}

::-webkit-scrollbar-thumb {
  background: #f8cb46;
}
