body {
  background-image: url(indexBG.png);
  color: black;
  font-family: Verdana;
}


p {
  text-align: center;
  background-color: white;
}

/*center the text on index.html*/

div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  margin: 0 auto;
  background-color: white;
}


strong {
  background-color: white;
}