body {
  margin: 0;
}

h1 {
  text-align: center;
  margin-bottom: 50px;
}

p {
  text-align: justify;
}

.article {
  width: 70vw;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

.first-p {
  text-indent: 3%;
}

figure {
  margin: 10px 20px 70px 50%;
}

blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}

blockquote p::before {
  content: "\201C";
}

blockquote p::after {
  content: "\201D";
}

cite {
  margin-left: 50%;
}

img {
  float: right;
  width: 370px;
  margin-left: 1%;
}

.nav {
  width: 300px;
  background-color: rgb(241, 241, 241);
}

.nav-h2 {
  text-align: center;
  font-size: 1.2rem;
}

ol {
  padding: 0;
}

.ordered-list li {
  list-style: none;
  padding-left: 20px;
}

.ordered-list li > ol li {
  list-style: none;
  padding: 5px 20px;
}

a {
  text-decoration: none;
}
