/* This is a CSS comment */

/* Target the 'body' element to style the entire page background and text color */
body {
    background-image: url('https://viggy.ayoni.net/pics/checkerboard.png');
  color:  #00F0FF;
  font-family:"Comic Sans Ms"; 
}

/* Target all 'p' (paragraph) elements to center their text */
p {
  text-align: left;
  font-size: 16px;
}

a {
  color:white;
}
