* {
	margin: 0;
	padding: 0;
	justify-content: center;
	color: #fff;
}

/* Body */

body {
	padding-top: 10%;
	background-color: rgb(0, 0, 0);
	text-align: center;
}
/* Title  */

h1 {
	font-family: "Lobster", cursive;
	font-size: 3rem;
}

/* Dice  */

.dice-roll {
	display: flex;
	margin: 2% 15%;
	font-size: 1.5rem;
	font-family: "Source Sans Pro", sans-serif;
}
.dice-img {
	height: 60%;
	margin: 10%;
}

/* Play Button  */

button {
	background-color: rgb(177, 14, 14);
	margin-top: 1rem;
	font-weight: bold;
	padding: 0.5rem 3rem;
	border-radius: 10%;
}
