body {
    background-color: #393e46;
}

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

footer {
    margin-top: 5%;
    color: #EEEEEE;
    text-align: center;
    font-family: 'Indie Flower', cursive;
}

h1 {
    margin: 30px;
    font-family: 'lobster', cursive;
    text-shadow: 5px 0 3232931;
    font-size: 8rem;
    color: #4ECCA3;
}

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

p {
    font-size: 2rem;
    color: #4ECCA3;
    font-family: 'Indie Flower', cursive;
}

img {
   width: 80%; 
}