body {
  background-color: #FFFFCC;
  font-family: 'Tahoma', sans-serif;
  color: #000080;
  margin: 0;
  padding: 0;
}

.header {
  background-color: #000080;
  color: white;
  text-align: center;
  padding: 12px;
  border-bottom: 3px double #FFD700;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.header .jp-text {
  font-size: 18px;
  font-family: "MS Gothic", monospace;
  color: #FFFF66;
  margin-bottom: 4px;
}

.header h1 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 2px;
}

.header p {
  margin: 4px 0 0;
  font-style: italic;
  color: #FFD700;
}

.window {
  background-color: #F0F0F0;
  border: 2px solid #000080;
  width: 600px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 4px 4px #808080;
  cursor: default;
}

.title-bar {
  background: linear-gradient(to right, #000080, #0000CD);
  color: white;
  padding: 4px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: move;
  user-select: none;
}

.title-bar-buttons {
  display: flex;
  gap: 2px;
}

.title-bar-button {
  width: 16px;
  height: 16px;
  background-color: #C0C0C0;
  border: 1px solid #808080;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.window-content {
  padding: 12px;
  background-color: #FFFFE0;
}

ul {
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: #000080;
}

a:hover {
  text-decoration: underline;
  color: #FF9900;
}

.image {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 10px auto;
  border: 2px solid #000080;
  box-shadow: 2px 2px #808080;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.audio-player-win98 {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px;
  background-color: #c0c0c0;
  border: 2px solid #fff;
  border-bottom-color: #808080;
  border-right-color: #808080;
  box-shadow: inset -1px -1px 0 #000000, inset 1px 1px 0 #dfdfdf;
  font-family: 'Tahoma', sans-serif;
  font-size: 13px;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}

.audio-player-win98 button {
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
  padding: 2px 10px;
  background-color: #dfdfdf;
  border: 2px solid #fff;
  border-bottom-color: #808080;
  border-right-color: #808080;
  box-shadow: inset -1px -1px 0 #000000, inset 1px 1px 0 #dfdfdf;
  cursor: pointer;
}

.audio-player-win98 button:active {
  border-top-color: #808080;
  border-left-color: #808080;
  border-bottom-color: #fff;
  border-right-color: #fff;
  box-shadow: inset 1px 1px 0 #000000, inset -1px -1px 0 #dfdfdf;
}

.audio-player-win98 button#stopBtn {
  color: red;
}

.audio-player-win98 .track-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #c0c0c0;
  border: 2px inset white;
  padding: 5px;
  font-family: 'Courier New', monospace;
  color: black;
}
