body {
  font-family: Arial, Helvetica, sans-serif;
  width: 700px;
  margin: 25px auto;
  padding: 50px;
  border: solid 2px black;
  border-radius: 10px;
  background-color: antiquewhite;
}

.home-link {
  display: block;
  text-align: center;
  color: darkred;
  font-size: 24px;
}

img {
  display: block;
  width: 400px;
  text-align: center;
  margin: 10px auto 40px auto;
  border: 2px solid darkred;
  border-radius: 10px;
}

h1 {
  text-align: center;
  font-size: 36px;
  color: darkred;
}

ul {
  line-height: 1.6;
  font-size: 18px;
}

li {
  margin: 10px 0;
}

p,
ol {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  list-style-type: none;
}
ol {
  list-style-type: none;
  font-size: 18px;
  line-height: 1.6;
}
ol.ol-number {
  list-style-type: decimal;
  padding-left: 40px;
}
