p {
  color: rgb(0, 0, 0);
  text-align: center;
}
p {
  font-family: Verdana, sans-serif;
  font-size: 50px;
}
body {
  background-image: url('img/pungusrepair2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}