body {
  margin: 0;
  background-color: #fdf6e3;
  font-family: 'Courier New', monospace;
}

#room-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

svg {
  width: 90vw;
  height: auto;
  max-width: 800px;
}

svg g:hover {
  cursor: pointer;
  opacity: 0.8;
}

#track-name {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #444;
  font-style: italic;
}
