body {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.45;
  cursor: url("images/frog cursor.png") 8 8, auto; !important;
}

a,
button,
iframe,
audio,
summary {
  cursor: url("images/Magic_Wand_01.png") 8 8, pointer;
}

.page {
  width: min(94vw, 900px);
  margin: 24px auto 60px;
}

.content-panel {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46)),
    url("images/flowers.png");
  background-repeat: no-repeat;
  background-size: 60% 57%;
  background-position: center 150px;
  padding: 18px 18px 26px;
  min-height: 760px;
}

.site-small {
  margin: 0;
  font-size: 14px;
}

h1 {
  margin: 14px 0 8px;
  font-size: 32px;
  font-weight: bold;
}

.meta {
  margin: 0 0 4px;
}

.nav-links {
  margin: 18px 0 10px;
}

.nav-links a,
.volume-list a,
a {
  color: #0000ee;
  text-decoration: underline;
}

.nav-links a {
  margin-right: 14px;
}

a:hover,
a:active,
a:focus {
  color: #d4c000;
}

.divider {
  margin: 24px 0;
}

.archive-section {
  margin-bottom: 34px;
}

.section-label {
  margin: 0 0 12px;
}

.volume-list p {
  margin: 0 0 8px;
}

.player-plain {
  margin-top: 8px;
}

#nowPlayingTitle {
  margin: 0 0 4px;
}

#nowPlayingMeta {
  margin: 0 0 12px;
}

#audioPlayer,
audio {
  width: 100%;
  margin-bottom: 12px;
}

.player-buttons {
  margin-bottom: 16px;
}

.player-buttons button {
  font: inherit;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #999;
  padding: 2px 8px;
  margin-right: 6px;
}

.player-buttons button:hover,
.player-buttons button:active,
.player-buttons button:focus {
  color: #d4c000;
  border-color: #d4c000;
}

.track-list {
  display: none;
}

.indeed-frog-link {
  display: block;
  width: max-content;
  margin: 0 80px 12px auto;
  text-decoration: none;
}

.indeed-frog {
  display: block;
  width: 90px;
  height: auto;
}

.footer p {
  margin: 0;
}

@media (max-width: 700px) {
  body {
    cursor: auto;
  }

  a,
  button,
  iframe,
  audio,
  summary {
    cursor: pointer;
  }

  .page {
    width: min(92vw, 560px);
  }

  .content-panel {
    min-height: 620px;
    padding: 14px 14px 20px;
    background-size: 84% 52%;
    background-position: center 125px;
  }

  .indeed-frog-link {
    margin: 0 auto 12px;
  }

  .indeed-frog {
    width: 78px;
  }
}