body {
  font-family: "Yomogi", cursive;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #f5f5f5;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  color: #65e546;
}

button {
  background-color: #65e546;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

button:hover {
  background-color: #4aa734;
}

#qr_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 2px solid #ccc;
  z-index: 100;
}

#qr_reader {
  width: 100%;
  border: 2px solid #ccc;
}

#nft_status {
  font-size: 18px;
  font-weight: bold;
}

.popup {
  position: fixed;
  inset: 0px;
  background-color: rgb(255 255 255);
}

#collection_name {
  height: 5%;
}
#collection_image {
  width: 100%;
  height: 55%;
  max-width: 400px;
  object-fit: contain;
}
#nft_status {
  height: 10%;
}
.non-holder {
  color: #ff0073;
  font-weight: bold;
  font-size: 36px;
}

.holder {
  color: #68ff68;
  font-weight: bold;
  font-size: 36px;
}
