/* font-family: "Lobster", sans-serif;
font-weight: 400;
font-style: normal; */

body {
    background-color: rgb(32, 32, 37);
    color: turquoise;
    font-family: "Lobster", sans-serif;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.container {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1 {
    font-size: 4rem;
    text-align: center;
}

.dice > p {
    font-size: 18px;
    font-weight: 100;
}

.dice > img {
    height: 300px;
}

.roll {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    margin-top: 70px;
}

.roller {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}