body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(187, 178, 144);
    margin: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

nav li {
    background-color: #010002;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    display:inline; 
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    text-decoration: none;
    
  }
  
nav li a{
    color:white;
    text-decoration: none;
}

#dice{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

button {
	background-color:#8b6342;
	border-radius:42px;
	border:3px solid #4b4125;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:25px;
	padding:32px 40px;
	text-decoration:none;
    margin: 0.25em;

}

p {
    font-weight: bold;
    font-size: 30px;
    display: flex;
    justify-content: center;
}
