*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #245;
    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    text-align: center;
    margin: 2% auto;
    font-size: 4rem;
    color: white;
}
p{
    font-size: 3.5rem;
    color: aqua;
    margin: 3%;
}
footer{
    text-align: center;
    font-size: 2rem;
    background-color: black;
    color: aliceblue;
    width: 100%;
    height: 60px;
    padding: 1%;
    margin: 0;
}
.container{
    text-align: center;
    display: inline-flex;
    justify-items: center;
    margin: auto 26%;
}
.dice1 ,.dice2{
    text-align: center;
    margin: 7%;
    display: inline-block;
}
.btn{
    height: 5rem;
    font-size: 2rem;

    width: 7rem;
    background-color: crimson;
    border-radius: 5px;
    color: white;
}
.btn:hover{
    height: 5.5rem;
    width: 7.5rem;
    font-size: 2rem;
    background-color: black;
    color: white;
    border-radius: 10px;
    box-shadow: 10px 10px 15px solid rgb(248, 4, 4);
    cursor: pointer;
}

