.container {
    width: 70%;
    margin: auto;
    text-align: center;
}

.dice {
    text-align: center;
    display: inline-block;
    user-select: none;
}

body {
    background-color: #393E46;
}

h1 {
    margin: 30px;
    font-family: 'Audiowide', cursive;
    /* font-family: 'Black Ops One', cursive; */
    text-shadow: 5px 0 #232931;
    font-size: 8rem;
    color: #4ECCA3;
}

p {
    font-size: 2rem;
    color: #4ECCA3;
    font-family: 'Black Ops One', cursive;
    /* font-family: 'Indie Flower', cursive; */

}

img {
    width: 80%;
}

.btn {
    position: relative;
    margin-top: 2%;
    left: 39.5%;
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #21e88e);
    background-image: -moz-linear-gradient(top, #30e3cb, #21e88e);
    background-image: -ms-linear-gradient(top, #30e3cb, #21e88e);
    background-image: -o-linear-gradient(top, #30e3cb, #21e88e);
    background-image: linear-gradient(to bottom, #30e3cb, #21e88e);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px #666666;
    -moz-box-shadow: 2px 2px 4px #666666;
    box-shadow: 2px 2px 4px #666666;
    font-family: Georgia;
    font-family: 'Black Ops One', cursive;
    border: none;
    color: #393E46;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #3aecf2;
    background-image: -webkit-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: -moz-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: -ms-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: -o-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: linear-gradient(to bottom, #3aecf2, #10cf8f);
    text-decoration: none;
}

.btn2 {
    position: relative;
    margin-top: 2%;
    left: 46%;
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #21e88e);
    background-image: -moz-linear-gradient(top, #30e3cb, #21e88e);
    background-image: -ms-linear-gradient(top, #30e3cb, #21e88e);
    background-image: -o-linear-gradient(top, #30e3cb, #21e88e);
    background-image: linear-gradient(to bottom, #30e3cb, #21e88e);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px #666666;
    -moz-box-shadow: 2px 2px 4px #666666;
    box-shadow: 2px 2px 4px #666666;
    font-family: Georgia;
    font-family: 'Black Ops One', cursive;
    border: none;
    color: #393E46;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn2:hover {
    background: #3aecf2;
    background-image: -webkit-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: -moz-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: -ms-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: -o-linear-gradient(top, #3aecf2, #10cf8f);
    background-image: linear-gradient(to bottom, #3aecf2, #10cf8f);
    text-decoration: none;
}

.rules {
    position: relative;
    margin-top: 1.6%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 0.8rem;
    color: #4ECCA3;
    font-family: 'Black Ops One', cursive;
}

footer {
    margin-top: 2%;
    color: #EEEEEE;
    text-align: center;
    font-family: 'Indie Flower', cursive;

}


/* Responsive */
@media (max-width:395px) {
    h1 {
        margin: 10px;
        font-family: 'Audiowide', cursive;
        /* font-family: 'Black Ops One', cursive; */
        text-shadow: 5px 0 #232931;
        font-size: 3rem;
        color: #4ECCA3;
    }

    img {
        width: 35%;
    }

    p {
        font-size: 1.5rem;
        color: #4ECCA3;
        font-family: 'Black Ops One', cursive;
        /* font-family: 'Indie Flower', cursive; */

    }

    .btn {

        margin: 5px 10px;
        left: 37%;
        font-size: 15px;

    }

    .btn2 {

        margin: 5px 10px;
        left: 37%;
        font-size: 14px;
        display: block;

    }

    .rules {
        position: relative;
        margin-top: 2%;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 0.8rem;
        color: #4ECCA3;
        font-family: 'Black Ops One', cursive;
    }
}

@media (max-width:350px) {
    .btn {
        font-size: 6px;
    }

    .btn2 {
        font-size: 6px;
    }
}
