body{
  background-color: rgb(160, 181, 199);
  font-weight: bolder;
  font-family: arial;
  justify-self: center;
  text-align: center;
}

.title{
  font-size: 100px;
  margin: 0;
  margin-bottom: 30px;
  cursor: default;
}

.rollDice{
  margin: 30px;
  height: 100px;
  width:300px;
  font-weight: bold;
  font-size: 50px;
  background-color: rgb(94, 119, 141);
  cursor: pointer;
  border: 3px solid black;
  border-radius: 20px;
}

.diceIMG{
  margin: 30px 30px;
  border-radius: 50px;
}

.mainPage{
	position: fixed;
	height: 60px;
	width: 60px;
	top: 10px;
	left: 10px;
	background-color: rgb(54, 161, 165);
	cursor: pointer;
	border: 1px solid black;
	font-weight: bolder;
	border-radius: 100%;
	z-index: 9999;
}
