body {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  color: #fff; /* Beyaz */
  font-family: "Courier New", Courier, monospace; /* Sabit genişlikli font şart */
}