html, body {
  background-color: #fdffe6;
  margin: 0; /* avoids a thin white edge some browsers add by default */
}

.article-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 5% 5%;
}

.article-header {
    margin-bottom: 28px;
}

.article-title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px;
}

.article-meta {
    font-size: 0.95rem;
    color: #888;
    margin: 0 0 4px;
}


/* ---- Cover image ---- */
 
.article-cover img {
    width: 100%;
    height: auto;
    display: block;
}
.article-cover figcaption {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #888;
    text-align: center;
}



/* ---- Body copy ---- */
 
.article-body {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #333;
    margin-top: 5%;
}

.article-body p {
    margin: 0 0 22px;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 24px 0;
    display: block;
}

/* ---- button ---- */
.button-section {
  flex: 0 0 auto;
  margin-top: 12px;
  align-self: flex-start;
}

.news-more-button {
  display: inline-block; /* Allows padding to work like a button */
  padding: 12px 20px;
  color: #000000;
  background-color: #7cbdff;
  border: 1px solid #7cbdff;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none; /* Removes underline from <a> */
  font-size: 15px;
}

.news-more-button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}