.container {
    width: 70%;
    margin: auto;
    text-align: center;
  }
  
  .dice {
    text-align: center;
    display: inline-block;
  }
  
  body {
    background-color: #000000;
    text-align: center;
  }
  
  h1 {
    margin: 30px;
    font-family: 'Lobster', cursive;
    text-shadow: 5px 0 #272e29;
    font-size: 8rem;
    color: #ffffff;
  }
  
  p {
    font-size: 2rem;
    color: #ffffff;
    font-family: 'Indie Flower', cursive;
  }
  
  img {
    width: 80%;
    cursor: pointer;
  }
  
  button {
    font-size: 25px;
    font-family: cursive;
    padding: 6px 25px;
    border: none;
    margin-top: 2%;
    cursor: pointer;
  }
  
  footer {
    margin-top: 5%;
    color: #EEEEEE;
    text-align: center;
    font-family: 'Indie Flower', cursive;
  
  }
  