body {
  background-color: black;
  color: white;
  font-family: 'Courier New', monospace;
  /*background-image: url("bg.png");
  
  getting rid of this cause it's not tiling how i want it, probably just need to design my own image*/
}

p {
 font-family: 'Courier New', monospace; 
 text-align: justify;
}

/*Nothing from here down seems to be doing Jack Shit. I need a CSS starter course.*/

background-image {
  max-width: 5px;
}

img {
  max-width: 65%;
  height: auto;
}