body {
  max-width: 900px;
  align-content: center;
  margin: auto;
  padding: 10px;
  background-color: whitesmoke;
}

li {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color:navy;
}
