

body {
  background-color: black;
  background-image: url("https://shaylieisnerdingout.neocities.org/images/background.png");
  color: black;
  font-family: Verdana;
}
.textbox {
  width: 500px;
  height: 100px;
  border: 2px pink;
  background-color: black;
  padding: 10px;
  overflow-y: auto; /* Adds a scrollbar if text is too long */
}
