body {
  background-color: black; /* Changes the background color to black */
    color: white; /* Changes the text color to white */
  /* Set the background image to your PNG file */
  background-image: url('2poster.png');
  /* Ensure the background covers the entire page */
  background-size: 100;
  /* Prevent repeating the image */
  background-repeat: no-repeat;
  /* Fix the background in place when scrolling */
  background-attachment: fixed;
  /* Center the background image */
  background-position: center;
  /* Set height to ensure the background covers the entire viewport */
  font-style: italic;	
	font-family: monospace;
  height: 100vh;
  margin: 0;
}