a:visited {
  color: #4f8ca8;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  background: #eef4f4;
  color: #333;
}

header {
  text-align: center;
  padding: 20px;
  background-color: #fffdfb;
}

.header-img {
  max-height: 370px;
  width: 100%;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #4f8ca8;
  font-weight: 600;
}

.button {
  display: inline-block;
  background: #c5e4f3;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
}

main {
  max-width: 750px;
  margin: auto;
  padding: 20px;
}

.comic img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-buttons {
  text-align: center;
  margin-top: 20px;
}

.nav-buttons a {
  margin: 0 8px;
  padding: 8px 12px;
  background: #7fb8c9;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}

footer {
  text-align: center;
  padding: 20px;
  color: #555;
}

/* Latest page style */
.latest-page {
  text-align: center;
}

.latest-page img, header img {
  max-width: 800px;
  width: 90%;
}