body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000;
  color: #fff;
  font-family: "Press Start 2P", Arial, serif;
  font-size: 10px;
}
#metrics {
  position: absolute;
  top: 100px;
  left: 20px;
}
.metric {
  margin: 5px 0;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.send-metrics-button {
  background-color: black;
  color: white;
  border: 2px solid white;
  font-family: "Press Start 2P", Arial, serif;
  font-size: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
