body{
font-family: 'Roboto', sans-serif;
font-size: 24px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Righteous', cursive;
}

.jumbotron{
	background-color: #548850;
}

.dice{
  background: #fff;
  border-radius: 10px;
  font-size: 70px;
  padding: 0px 30px;
}

button{
  color: #fff;
  background: #000;
  padding: 20px 45px;
  border-radius: 10px;
  border: none;
  outline: 0;
  font-size: 30px;
  font-family: 'Righteous', cursive;
}