body {
  background-color: blueviolet;
  color: aliceblue
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  text-align: center
}
img{float: none;
width: 350px;}