.dice-picker {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  justify-content: center;
  text-align: center;
}

.dice-picker .die {
  width: 50px;
  height: 50px;
}
.dice-picker .dice {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dice-picker .dice button {
  background-color: transparent;
  border: none;
}

.dice-picker .output {
  min-height: 2.2rem;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.dice-picker button img {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}