html {
  background: #008080;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #000000;
  background: #008080;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  overflow-wrap: break-word;
}

.page-wrap {
  width: 100%;
  min-height: 100vh;
  padding: 34px 12px;
  text-align: center;
}

.site-table {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  border: 4px ridge #c0c0c0;
  background: #ffffcc;
  table-layout: fixed;
}

.site-table,
.site-table tbody,
.site-table tr,
.site-table td {
  display: block;
}

.top-bar {
  padding: 6px;
  color: #ffff00;
  background: #000080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.content-cell {
  padding: 28px 22px 34px;
}

h1 {
  margin: 0 0 18px;
  color: #ff0000;
  font-size: clamp(34px, 9vw, 48px);
  line-height: 1.05;
  text-shadow: 2px 2px #ffffff;
  overflow-wrap: anywhere;
}

p {
  width: min(100%, 560px);
  margin: 16px auto;
}

hr {
  width: 84%;
  height: 2px;
  border: 0;
  background: #000080;
}

.blink {
  color: #0000ff;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 24px;
  font-weight: bold;
  text-decoration: blink;
}

.award-badge {
  width: 88px;
  margin: 10px auto 0;
}

.award-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.counter {
  display: inline-block;
  width: fit-content;
  max-width: min(100%, 560px);
  padding: 6px 10px;
  border: 2px inset #c0c0c0;
  background: #000000;
  color: #00ff00;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.counter span {
  white-space: nowrap;
}

.championship-counter {
  display: block;
  width: fit-content;
}

.footer-note {
  color: #333333;
  font-size: 14px;
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .page-wrap {
    padding: 10px 6px;
  }

  .site-table {
    width: 100%;
    border-width: 3px;
  }

  .content-cell {
    padding: 22px 10px 28px;
  }

  h1 {
    font-size: 34px;
    text-shadow: 1px 1px #ffffff;
  }

  .blink {
    font-size: 20px;
  }

  .award-badge {
    width: 72px;
  }

  .counter {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 8px 6px;
  }
}
