body {
  background-color: rgb(59, 61, 61);
  color: rgb(255, 255, 255);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 3em;
  text-align: center;
  padding-inline: 1em;
}
h1 {
  font-size: 0.9em;
}
h2 {
  font-size: 0.8em;
}
#mainContainer {
  flex: 1;
}
.prompt {
  color: rgba(207, 10, 10, 0.719);
}
.weapons {
  justify-content: center;
  align-content: center;
}
img {
  flex-direction: row;
  max-width: 100%;
  height: 3.2em;
  min-height: 0.75em;
  align-items: center;
  justify-content: center;
}
.scoreboard {
  font-size: 0.65em;
  margin-top: 1em;
  display: flex;
  justify-content: center;
  color: black;
  font-weight: bold;
}
#win,
#loss,
#draw {
  margin-inline: auto;
  margin-block: auto;
  padding: 20px;
}
