body{
  background-color:#293b5f;
}

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

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



h1 {
    margin: 30px;
    font-family: fantasy;
    text-shadow: 5px 0 #232931;
    font-size: 4.5rem;
    color: white;
    text-align: center;
}

p {
    font-size: 2rem;
    color:white;
    font-family: "Indie Flower", cursive;
}

img {
    width: 100%;
}

.down {
    padding-top: 30px;
}

.btn {
    background:yellow;
    font-family: "Indie Flower", cursive;
    border-radius: 7px;
    color: #000;
    font-size: 30px;
    padding: 16px 25px 16px 25px;
    text-decoration: none;
}

.butn:hover {
    background:gold;
    text-decoration: none;
}
