@font-face {
  font-family: "afxylem";
  src: url(fonts/afxylem.ttf) format(woff2);
  font-weight: normal;
}

:root {
  background-color: black;
  color: white;
  background-image: url("images/bgls.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}

.container {
  width: 800px;
  margin: 0 auto;
  color: white;
}

.container h1,
.container h3,
.container h4 {
  background-color: black;
  padding: 4px 8px;
  width: fit-content;
}

.container h1:has(span.highlight),
.container h3:has(span.highlight),
.container h4:has(span.highlight) {
  background-color: transparent;
  padding: 0;
}

.highlight {
  background-color: black;
  color: white;
  padding: 4px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.nowplaying {
  width: 99%;
  box-sizing: border-box;
  margin: 18px auto;
  background-color: black;
  color: white;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.6em;
}

#np-text {
  flex: 1 1 0;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: center;
}

.np-cover {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  visibility: hidden;
}

.np-cover.visible {
  visibility: visible;
}

.alpwrk {
  font-family: afxylem;
  font-size: 30px;
  line-height: 0.2;
  text-align: center;
  margin: 25px auto;
}

.banners {
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 800px;
}

.overlinks {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: burlywood;
  text-decoration: none;
}
