:root{
    --color-book-button: #FB8500;
}

footer{
    background-color: var(--wp--preset--color--footer-background-color);
    color: var(--wp--preset--color--footer-color);
}

header{
    color: black;
}

.bigDisplayButton{
    background-color: var(--color-book-button);
    color: white;
    border-radius: 0.5em;
    padding: 0.5em;
    min-width: 5em;
    text-align: center;
}