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

#content {
  width: 500px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100pt;
}

.img {
  width: 500px;
  height: auto;
  border: 1pt solid black;
  border-radius: 5pt;
}