body {
  background: white;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}

.myImage {
  background-image: url("Bg.png");
}