body {
  background-color: white;
  color:black;
  text-align:center;
}
img {
  max-width: 100%;
  width: auto;
  max-height: 100vh;
  height: auto;
  display: block;
  margin-left: auto; margin-right: auto;
}
p {
  margin-right: 32px;
  margin-left: 32px;
}
