:root {
    color: greenyellow;
    background-color: black;
}

body {
    max-height: 100vh;
    overflow: hidden;
}

table {
    display: block;
    width: 100%;
    height: 90%;
    overflow: auto;
    margin-top: -20px;
}

#pages a {
    padding: 0px 10px;
}

.btn {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

