@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
body{
    background-color: #dddddd;
    text-align: center;
}
.container {
    width: 100%;  
    text-align: center;
    padding: 1% 0;
}
.dice {
    text-align: center;
    display: inline-block;
    margin: 5%;
}
h1{
    font-family: 'Press Start 2P', cursive;
    text-shadow: 5px 0px #868e96;
    font-size: 5rem !important;
}
p {
    font-size: 1.5rem;
    font-family: 'Press Start 2P', cursive;
}
.img1 , .img2{
    width: 15rem;
}
