li{
	list-style : none;
	
	
}

a{
	color:#EEEEEE;
}
.container{
	text-align : center;
	width :80%;
	margin : auto;
}
.dice{
	text-align :center;
	display : inline-block
	
}
body{
	background-color:#393E46;
}

p{
	margin: 30px;
	color:#4ECCA3;
	font-family: 'Lobster', cursive;
	text-shadow: 5px 0 #232931;
	font-size: 4rem;
}
img {
	width:80%;
	
}

footer{
	margin-top: 5%;
	color:#EEEEEE;
	text-align: center;
	font-family: 'Indie Flower', cursive;
}

.play{
	font-size :3rem;
	width : 200px;
	height: 100px;
	text-align :center;	
	border-radius:15px;
	border:10px solid #404B69;
	display: inline-block;
	margin:2px;
	
}

button.name{
	margin:5px;
	border-radius:10px;
	height:40px;

}
