body {
  background-color: black; /* Pure darkness */
            color: white;           /* White text so it's readable */
            font-family: "Times New Roman", Times, serif; 
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 50px;
}
