body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  background-color: #202020;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #fff;
}

h1 {
  margin-bottom: 1rem;
}

#scoreboard {
  margin-bottom: 1rem;
}

canvas {
  border: 1px solid #fff;
}

h1 img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
