@charset "utf-8";

body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,230,0,1) 89%);
	background-repeat: no-repeat;
	background-size: cover;
}

h1 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 20px;
	text-align: center;
	font-size: 70px;
	color: #009B7E;
}
#turn {
	text-align: center;
	color: orangered;
}
table, th, td {
  border: 1px solid #FFEF54;
  margin-left: auto;
  margin-right: auto;
	margin-top: 100px;
	color: white;
	text-align: center;
}
th, td {
  padding: 20px 30px;
	font-size: 25px;
}
td{
	font-size: 40px;
	font-weight: 900;
}
.p1table{
	background-color: limegreen;
}
.p2table{
	background-color: orangered;
}
.wrapper {
	width: 460px;
	height: 190px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
	padding: 10px;
}
.dice {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}
#buttons{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	margin: auto;
	text-align: center;
}
#p1button {
  background-color: limegreen; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	border-radius: 12px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: 0 20px;
}
#p2button {
  background-color: orangered;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 12px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: 0 20px;
}
#p1button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#p2button:active {
  background-color: #AC2E00;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#results {
	font-size: 90px;
	text-align: center;
	color: #009B7E;
}
#resetbutton {
	margin: auto;
	margin-top: 10px;
	padding: 2px;
	text-align: center;  
	background-color: grey;
  border: none;
  color: white;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 12px;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#resetbutton:active{
	  background-color: dimgrey;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#howto{
	margin: auto;
	color: #009B7E;
	background: radial-gradient(circle, rgba(255,243,0,1) 7%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	
}
ul {
	list-style-type: none;
	font-weight: bold;
}
.dice1 {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-image: url("images/dice1.jpg");
	background-repeat: no-repeat;
	margin: 0 7px;
 
}
.dice2 {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-image: url("images/dice2.jpg");
	background-repeat: no-repeat;
	margin: 0 7px;
}
.dice3 {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-image: url("images/dice3.jpg");
	background-repeat: no-repeat;
	margin: 0 7px;
}
.dice4 {
   width: 120px;
  height: 120px;
  background-size: contain;
  background-image: url("images/dice4.jpg");
	background-repeat: no-repeat;
	margin: 0 7px;
}
.dice5 {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-image: url("images/dice5.jpg");
	background-repeat: no-repeat;
	margin: 0 7px;
}
.dice6 {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-image: url("images/dice6.jpg");
	background-repeat: no-repeat;
	margin: 0 7px;
}
