/* Basic styles for xchcxjs */
body {
  margin: 0;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#containerWrapper {
  max-width: 800px;
  margin: 0 auto;
}

#nftImg {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.small {
  font-size: 0.875rem;
  color: #666;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
