html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    background-color: rgb(40, 40, 40);
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#header {
    padding: 1rem;
    font-weight: 700;
    border-width: 2px;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.mouse-wrapper {
    text-align: center;
}

#mouse {
    width: 100%;
    height: 100%;
    max-width: 400px;
}

#mouse .visited {
    fill: #cae1ff !important;
}

#mouse .active {
    fill: #73a9ef !important;
}

table {
    padding: 0.5rem 1rem;
    width: 100%;
}

tbody th {
    text-align: center;
}

td,
th {
    text-align: center;
    border: 1px #ccc solid;
}

#interaction {
    flex-grow: 1;
}

.warning {
    background-color: red;
}
