@import url(reset.css);

canvas {
    border: solid black 0.5vw;
    margin: auto;
}

h1 {
    font-family: sans-serif;
    font-size: 500%;
    text-align: center;
}

h2 {
    font-family: sans-serif;
    font-size: 300%;
    text-align: center;
}

#DiceRoller {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
    flex-flow: column;
    gap: 20%;
}