body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background-color: #f3d9e4;
  margin: 0;
  padding: 0;
}

main {
  max-width: 800px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
}

h1 {
  color: #2c2c2c;
  text-align: center;
}

h2 {
  color: #444;
  margin-top: 40px;
}

p {
  margin-bottom: 15px;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 25px;
}

li {
  margin-bottom: 10px;
}

a {
  color: #c46a6a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;

  .article-list {
    background: white;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.article-list li {
    margin-bottom: 12px;
    font-size: 18px;
}

.article-list a {
    font-weight: bold;
}