
body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
p {
  color: #47176e;
  text-align: center;
}
h2 {
  color: black;
  text-align: center;
}
div {
  display: flex;
  justify-content: center;
}

img {
  width: 50%;
  
}