body {
  background-color: #cebc97;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

input {
  width: 30px;
}

#rollButton {
  font-size: 2vw;
}

#yahtzeeText {
  color: #008000;
}

.dice {
  background-image: url('img/dice6.png');
  background-size: 10vh 10vh;
  width: 10vh;
  height: 10vh;
  position: absolute;
  top: 0;
  left: -10vh;
  transform: translate(-50%, -50%);
}