body {
  background-color: black;
  color: white;
  font-family: Arial;
  font-size: 16px;
  
  text-align: center;
  align-items: center;
  justify-content: center;
}

div {
  text-align: center;
}

a:link {
  color: white;
}

a:hover {
  color: white;
}

a:visited {
  color: #EFEFFF
}

a:active {
  color: #EEEEEE
}
.scrollable-text {
            overflow: auto;
            max-width: 500px; /* Adjust as needed */
            white-space: pre-wrap;
            border: 1px solid #FFF; /* Optional: Add a border for visual distinction */
            padding: 10px; /* Optional: Add padding for better appearance */
            margin: 20px; /* Optional: Add margin for spacing */
        }