body {
    background: #006700;
    margin: 0;
    scrollbar-color: #FFFFFFAA transparent;
    color-gamut: srgb;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #FFFFFFAA;
}

#catalog {
    padding: 15px;
    overflow-x: auto;
    display: flex;
    gap: 15px;
    white-space: nowrap;
}

#catalog a {
    padding: 10px 20px;
    background: #FFFFFF22;
    border-radius: 21px;
    font-family: sans-serif;
    color: white;
    text-decoration: none;
}

#catalog a:hover {
    background: #FFFFFF33;
}

#document_contents {
    margin: 15px;
    color: #FFFFFF;
    font-family: serif;
    overflow-wrap: break-word;
}

#document_contents a {
    color: #FFFF88;
}
