a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

html, body {
    height: 100vh;
}

body {
    display: flex;
    justify-content: center;
    margin: 0;
}

div#bh-root {
    width: 100%;
    min-width: 350px;
    max-width: 800px;
    padding: 0 15px;
}

div#top-bar {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
    font-size: 20pt;
    column-gap: 15px;
}

div#bottom {
    padding-top: 5px;
    border-top: 1px solid gray;
}