body {
  background-color: #e4e4e4;
  margin: 0;
}

h2 {
  color: #000;
}

#game {
  position: relative;
}

#dice {
  width: 9px;
  margin-right: 10px;
}

#players {
  display: flex;
  position: absolute;
}

#player-one, #player-two, #total {
  color: #121a25;
  width: 175px;
}

#rules {
  float: right;
}

#player-one {
  margin-right: 8px;
}

#player-two {
  margin-left: 8px;
}

#new-game {
  border-style: solid;
}

#message {
  padding-top: 6px;
  position: absolute;
}

#rulesBtn, #rules {
  position: fixed;
  right: 0;
}

.open {
  width: 30%;
  background-color: #80808080;
  border: 2px solid;
}

.active {
  color: green;
  border: 3px solid #168b18;
}

.red {
  color: red;
}

/*# sourceMappingURL=index.d01142cf.css.map */
