body {
  margin: 0;
  padding: 18px;
  background-color: #bfbfbf;
  background-image:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0.24) 1px, transparent 1px, transparent 6px),
    repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.08) 1px, transparent 1px, transparent 6px);
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.25;
}

.year-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 10px 14px 18px;
  background: #ffffff;
  border: 2px solid #808080;
}

h1 {
  margin: 8px 0 4px;
  color: #000080;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

h2 {
  margin: 18px 0 8px;
  color: #800000;
  font-size: 24px;
}

p,
ul {
  margin: 0 0 12px;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

hr {
  height: 2px;
  margin: 12px 0;
  border: 0;
  background: #808080;
}

.top-rule {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #e8e8e8;
  border: 2px groove #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
}

.browser-badge {
  width: auto;
  height: 31px;
}

.subtitle,
.navline {
  text-align: center;
}

.subtitle {
  color: #008000;
  font-size: 15px;
  font-weight: bold;
}

.navline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.core-heading-row {
  display: block;
}

.core-heading-accent {
  display: none;
}

.resume-list {
  padding-left: 34px;
}

.resume-list li {
  margin-bottom: 7px;
}

.whats-new-box,
.cool-links-box,
.guestbook-box {
  margin: 14px 0;
}

.whats-new-box h2::before {
  content: "NEW! ";
  color: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.cool-links-box ul,
.whats-new-box ul {
  padding-left: 32px;
}

.guestbook-box {
  padding: 6px 10px;
  background: #ffffcc;
  border: 2px inset #c0c0c0;
}

.year-footer {
  margin-top: 16px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.counter {
  display: inline-block;
  padding: 2px 8px;
  background: #000000;
  color: #00ff00;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  letter-spacing: 2px;
}

.last-updated {
  color: #666666;
  font-size: 12px;
}

.time-slip {
  margin-top: 18px;
  font-size: 14px;
}

@media (max-width: 640px) {
  body {
    padding: 10px 8px;
    font-size: 15px;
  }

  .year-shell {
    padding: 8px 10px 14px;
  }

  h1 {
    font-size: 29px;
  }

  .top-rule {
    flex-direction: column;
    gap: 4px;
  }
}
