img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

p {
  text-align: center;
}

h1 {
  text-align: center;
}

body {
  background-color: black;
  color: white;
  font-family: Verdana;
}