body {
  background-color: #393e46;
  font-family: "Lobster", cursive;
  color: #4ecca3;
}

#wins {
  margin: 50px;
  font-size: 100px;
  text-align: center;
  line-height: 100px;
}

.player {
  display: flex;
  justify-content: center;
}

img {
  margin: 30px;
  height: 200px;
  width: 200px;
}

p {
  text-align: center;
  font-size: 30px;
}

footer {
  text-align: center;
  margin-top: 9%;
  color: white;
}/*# sourceMappingURL=dice.css.map */