:root {
    font-family: '72';
    font-size: 1.15rem;
    color: #fff;
}

html {
    background-color: #222;
}

dialog {
    background-color: #00000044;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    transition: 0.25s all ease-in-out;
}