body {
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 20px;
}

.page {
  width: 760px;
  max-width: 95%;
  margin: auto;
}

h1 {
  color: #00ff00;
  font-size: 36px;
  font-family: Impact, Arial Black, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

h2 {
  color: #ff0000;
}

.subtitle {
  color: #ffff00;
  font-weight: bold;
}

.navigation {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.navigation a {
  color: #00ffff;
  text-decoration: none;
}

.navigation a:hover {
  color: #ffff00;
  text-decoration: underline;
}

.warning {
  color: #ffff00;
  font-weight: bold;
  border: 2px dashed red;
  padding: 12px;
  margin: 25px 0;
}

.construction {
  color: #00ff00;
  font-size: 20px;
  font-weight: bold;
}

.updated {
  color: #ff00ff;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.small {
  font-size: 12px;
  color: #aaaaaa;
  font-family: "Courier New", monospace;
}

hr {
/* =========================
   RONNIEAMP v1.0
   ========================= */

.ronnieamp {
  position: relative;
  width: 320px;
  height: 180px;
  margin: 20px auto;
}

.ronnieamp-skin {
  width: 100%;
  height: 100%;
  display: block;
}

.ronnieamp-display {
  position: absolute;
  top: 42px;
  left: 20px;
  color: #00ff33;
  font-family: monospace;
  font-size: 22px;
}

.ronnieamp-track {
  position: absolute;
  top: 45px;
  left: 90px;
  color: #00ff33;
  font-family: monospace;
  font-size: 10px;
}

.ra-prev,
.ra-play,
.ra-stop,
.ra-next {
  position: absolute;
  top: 105px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
}

.ra-prev { left: 55px; }
.ra-play { left: 100px; }
.ra-stop { left: 145px; }
.ra-next { left: 190px; }

/* FOOTER */

.ra-footer {
  background: #111;
  color: #888;
  text-align: center;
  font-size: 8px;
  padding: 4px;
  margin-top: 5px;
}
.ronnie-counter {
  width: 260px;
  margin: 30px auto;
  padding: 12px;
  background: #050505;
  border: 3px outset #777;
  text-align: center;
  font-family: "Courier New", monospace;

  box-shadow:
    0 0 5px #00ff00,
    inset 0 0 8px #002200;
}

.counter-title {
  color: #00ff00;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.digital-counter {
  background: #001000;
  border: 3px inset #555;
  padding: 12px 18px;
  margin: 8px auto;
  width: fit-content;

  box-shadow:
    inset 0 0 12px #000,
    0 0 8px #00ff00;
}

.digital-counter img {
  display: block;
  margin: auto;
}

.counter-since {
  color: #00aa00;
  font-size: 11px;
  margin-top: 10px;
}
  border: 0;
  border-top: 1px solid #555555;
  margin: 20px 0;
}