.container {
  width: 80%;
  margin: auto;
  text-align: center;
}

.dice {
  text-align: center;
  display: inline-block;

}

body {
  background-color: #FCBF49;
}

h1 {
  margin: 30px;
  font-family: "Roboto", sans-serif;
  text-shadow: 5px 0 #232931;
  font-size: 8rem;
  color: #D62828;
}

p {
  font-size: 3rem;
  color: #D62828;
  font-family: "Roboto", sans-serif;
  text-shadow: 2px 0 #232931;
}

img {
  width: 45%;
}

footer {
  margin-top: 5%;
  color: #003049;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
