.home{
  background-color:#282a2d;
  border: none;
  color: #e5a00d;
  padding: 2px 2px;
  text-align: right;
  text-decoration: none;
  font-size: 15px;
  border-radius: 1px;
}       
.home:hover{
  background-color: #e5a00d;
  color: #282a2d;
}

title{
font-size:65px;  
}

body {
background-color: #101010;
background: url(https://media.giphy.com/media/Q9aBxHn9fTqKs/giphy.gif);
background-repeat: repeat;
color: #13e769;
font-size: 14px;
font-family: "Courier";
}

.button {
  background-color: #13e769;
  border-radius: 6px;
  border: none;
  color: #3a3b3f;
  text-transform: uppercase;
  height: 100px;
  width: 200px;
  cursor: pointer;
}

.button:hover{
  background-color: #3a3b3f;
  color: #13e769;
}

.dice {
  height: 100px;
  width: 100px;
  padding: 50px;
  margin: 50px auto;
  border: 1px solid gray;
  border-radius: 10px;  
  font-size:80px;
  background-color:#3a3b3f
}
  
h1 {
    display: table; /* keep the background color wrapped tight */
    margin: 0px auto 0px auto; /* keep the table centered */
    padding:5px;
    background-color:black;
    color:green;
    font-size:60px;
}

h2 {
    display: table; /* keep the background color wrapped tight */
    margin: 0px auto 0px auto; /* keep the table centered */
    padding:5px;
    background-color:black;
    color:green;
}

h3 {
    display: table; /* keep the background color wrapped tight */
    margin: 0px auto 0px auto; /* keep the table centered */
    padding:5px;
    background-color:black;
    color:green;
    font-size:30px;
}