body{
    font-family: 'Manrope' , sans-serif;
    font-weight: 800;
    background-color: hsl(218, 23%, 16%);
}
.box{
    text-align: center;
    height: auto;
    padding: 20px;
    width: 30%;
    display: flex;
    place-self: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid hsl(217, 19%, 24%);
    background-color: hsl(217, 19%, 24%);
}
p{
    margin-bottom: 10px;
    font-size: 28px;
    color: hsl(193, 38%, 86%);
}
h2, #id{
    margin: 0%;
    font-size: 18px;
    color: hsl(150, 100%, 66%);
}
.pattern{
    width: 90%;
    margin-bottom: 15px;
    color: hsl(193, 38%, 86%);
}
#dice{
    width: 6%;
    /* margin-bottom: 20px; */
    padding: 18px;
    color: hsl(217, 19%, 24%);
    border-radius: 25px;
    border: 1px solid hsl(150, 100%, 66%);
    background-color: hsl(150, 100%, 66%);
}