audio { margin: 0 auto; display: block;}

html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  background: #47678f;
}

#top {
  max-width: 97%;
  max-height: 150px;
  margin: 5px auto 5px auto;
  display: block;
  border: .5vw hidden;
  border-radius: 10px;
}

#reference {
  text-align: center;
  margin: auto;
  display: block;
  font-size: clamp(12px, 4vw, 20px);
  font-weight: bold;
}

#scene {
  max-width: 450px;
  width: 80%;
  max-height: 450px;
  margin: 10px auto 10px auto;
  display: block;
}

.button {
  background-color: #e1bc60;
  border: solid;
  color: #3e2828;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-grid;
  font-size: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.2);
}

.disabled {
  display: none;
}

.grid-container {
  display: grid;
  gap: 5px;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: center;
  /*justify-items: center;*/
  align-content: center;
  align-items: center;
  /*border: 2px solid black;*/
}

#inventory {
  height: 10vmin;
}

a:link {
  color: black;
}

a:hover {
  color: red;
}
