body {
  background: #111;
  color: #00ff99;
  font-family: 'Courier New', monospace;
  text-align: center;
  margin: 0;
  padding: 20px;
}

h1 {
  color: #00ff99;
  font-size: 2rem;
  margin-bottom: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  border: 1px solid #00ff99;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  position: relative;
}

.guitar-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.specs {
  margin-top: 10px;
  color: #00ff99;
  font-size: 0.95rem;
  transition: opacity 0.3s ease;
  opacity: 1;
}
