#container {
  font-family: Roboto,Arial;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

button {
  font-size: 1rem;
  padding: 10px 15px;
  border-radius: 10px;
  border:none;
  background-color: rgb(127, 214, 255);
  font-weight: bold;
  color: black;
  cursor: pointer;

}

button:hover {
  background-color:rgb(127, 197, 255); ;
}
button:active {
  background-color:rgb(127, 100%, 70%); ;
}

input {
  font-size: 1.4rem;
 width: 150px;
 text-align: center;
 font-weight: bold;
}

#diceResult {
  margin: 25px;

}

#diceImages img {
  width:  150px;
  margin: 7px;
}