body {
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 20px;
  min-height: 200vh;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 10;
  padding: 10px 0;
  text-align: center;
}

h1 {
  background-color: black;
  color: white;
  padding: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 18px;
  text-transform: uppercase;
}

nav a:hover {
  text-decoration: underline;
  color: #32cd32;
}

.section {
  display: none;
  max-width: 600px;
  padding: 60px 0 40px;
  margin: 0 auto;
}

.section:target,
body:not(:has(:target)) #home {
  display: block;
}

table,
table.green {
  display: block;
  position: static;
  z-index: 3;
  width: 100%;
  margin: 20px 0;
  margin-right: 1.5vw;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  transition: box-shadow 0.3s ease-in-out;
}

table {
  border: 21px ridge #8f50ff;
  box-shadow: 0 0 20px #8f50ff, 0 0 30px #8f50ff, 0 0 40px #8f50ff;
}

table.green {
  border: 21px ridge #32cd32;
  box-shadow: 0 0 20px #32cd32, 0 0 30px #32cd32, 0 0 40px #32cd32;
}

td {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  font-size: 18px;
  text-align: center;
}

td a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 10px;
  transition: 0.3s ease;
}

td a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.link-section h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.links-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.link-item {
  text-align: center;
  text-decoration: none;
  color: #333;
  display: block;
  width: 80px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.link-item img {
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.link-item span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.link-item:hover {
  transform: scale(1.1);
  color: #007bff;
}

.link-item:hover img {
  transform: scale(1.2);
}

.audio-player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 1.5vw;
  padding: 10px;
  box-sizing: border-box;
  width: 200px;
  border: 11px ridge #26ff00;
  border-radius: 5px;
  background-color: #f3e5f5;
  transform: rotate(-2deg);
  transition: transform 0.5s ease-in-out;
}

.audio-player:hover {
  transform: rotate(-15deg);
  border: 10px ridge #ff3b3b;
}

.audio-player p {
  margin: 0;
  padding-bottom: 5px;
  color: yellow;
  font-size: 5px;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.band-header {
  background: linear-gradient(135deg, #000000, #00ff00);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #fff;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.band-header .band-name {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.band-header .band-description {
  display: block;
  font-size: 1.2em;
  color: #dcdcdc;
  font-weight: normal;
  margin-top: 5px;
}

.band-header:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 255, 0, 0.8);
}

page {
  cursor: url("http://austinamberg.com/yuf.gif"), auto;
}

.thumbnail-cell {
  width: 50px;
  padding: 5px;
}

.thumbnail-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.black-box,
.xblack-box {
  background-color: black;
  color: white;
  padding: 0.5em 1em;
  border: 2px solid white;
  display: inline-block;
  border-radius: 4px;
}

.xblack-box {
  box-shadow: 0 0 20px #3200ff, 0 0 30px #3200ff, 0 0 40px #3200ff;
}

.dos-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  font-size: 16px;
  color: #ffbf00;
  background-color: #000;
  border: 21px ridge #ffbf00;
  box-shadow: 0 0 20px #3200ff, 0 0 30px #3200ff, 0 0 40px #3200ff;
  transition: box-shadow 0.3s ease-in-out;
}

.dos-table th,
.dos-table td {
  padding: 6px 10px;
  text-align: left;
  border: 1px solid #ffbf00;
  background-color: #000;
}

.dos-table thead {
  text-transform: uppercase;
}

.dos-table tr:hover {
  background-color: rgba(255, 191, 0, 0.1);
}

.zzt-block-frame {
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  border: 21px ridge #ffff00;
  background-color: #000;
  color: #ffff00;
  box-shadow: 0 0 20px #ffbf00, 0 0 30px #32cd32, 0 0 40px #ffbf00;
}

.zzt-block-frame::before,
.zzt-block-frame::after {
  content: "▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓";
  display: block;
  font-weight: bold;
  white-space: pre;
}

.zzt-block-content {
  white-space: pre;
  padding: 0.25rem 0.5rem;
  border-left: 1ch solid #ffff00;
  border-right: 1ch solid #ffff00;
  box-sizing: content-box;
}
