html, body {
    background: #440e44;
    color: white;
    font-family: 'Courier New', Courier, monospace;
        }
a {
    color: #D793DA;
            }
.date {
    color: #9398da;
    size: 0.8em;
    }
.scrollable {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden; 
}
