:root{
  --max-screen-width: 1400px;
  --text-s: clamp(0.44rem, calc(0.11vw + 0.42rem), 0.52rem);
  --text-m: clamp(0.5rem, calc(0.28vw + 0.44rem), 0.69rem);
  --text-l: clamp(0.56rem, calc(0.52vw + 0.46rem), 0.92rem);
  --text-xl: clamp(0.63rem, calc(0.87vw + 0.46rem), 1.22rem);
  }

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #313131;
  color: white;
  font-family: Verdana;
  font-size: var(--text-m);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}



a{
  color: white;
  font-weight: 600;
}

/* Main container */
.main-container {
  width: 100%;
  max-width: 515px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/tbg.png');
}

/* Top spacing */
.top-spacer {
  height: 10px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/tbg.png');
}

/* Header section */
.header-top {
  height: 4px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/ht.png');
}

.header {
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/hbg.png');
  text-align: center;
  padding: 5px;
}

.header img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.browser-note {
  margin-top: 5px;
  font-size: 11px;
}

.header-bottom {
  height: 12px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/hb.png');
}

/* Main content grid */
.content-grid {
  display: grid;
  grid-template-columns: 153px 21px 1fr;
  gap: 0;
  align-items: start;
}

/* Sidebar styles */
.sidebar {
  display: flex;
  flex-direction: column;
}

.sidebar-section {
  margin-bottom: 0;
}

.section-top {
  height: 4px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/l2t.png');
}

.section-header {
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/l2bg.png');
  text-align: center;
  padding: 2px;
  font-weight: bold;
}

.section-bottom {
  height: 10px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/l2b.png');
}

.section-content {
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/lbg.png');
  padding: 12px;
  text-align: left;
  width: 143px;
  margin: 0 auto;
}

.section-content.centered, .centered {
  text-align: center;
}

/* Main content styles */
.main-content {
  display: flex;
  flex-direction: column;
}

.post-top {
  height: 4px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/r2t.png');
}

.post-title {
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/r2bg.png');
  text-align: center;
  padding: 2px;
  font-weight: bold;
}

.post-bottom {
  height: 10px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/r2b.png');
}

.post-content {
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/r1bg.png');
  padding: 12px;
  width: 331px;
  margin: 0 auto;
}

.post-content-top {
  height: 4px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/r1t.png');
  width: 331px;
  margin: 0 auto;
}

.post-content-bottom {
  height: 4px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/r1b.png');
  width: 331px;
  margin: 0 auto;
}

.post-content.simple {
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/rbg.png');
}

.post-content.spacer {
  height: 50vh;
  min-height: 200px;
}

/* Footer styles */
.footer-top {
  height: 4px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/ht.png');
}

.footer {
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/hbg.png');
  text-align: center;
  padding: 5px;
}

.footer img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.footer-bottom {
  height: 12px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/hb.png');
}

.bottom-spacer {
  height: 10px;
  background-image: url('https://web.archive.org/web/20060408022747im_/http://www.krews.org/layout/tbg.png');
}

/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}