/*
@font-face {
    font-family: DFFuunStd-W7;
    src: url("assets/DFFuunStd-W7.otf"), format(otf);
}
figure out how to get this shit to fucking WORK */

body {
    background-image: url("main_bg.png");
    background-repeat: none;
}

#navbar {
    position: sticky;
    bottom: 0;
}

#Frame {
    background: url("main_content.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: scroll;
    scrollbar-width: none;
    position: absolute;
    height: 800px;
    width: 800px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

h2, h3 {
    text-align: center;
}
p {
    text-indent: 20px;
    margin: 20px;
    line-height: .95;
}

#LibTable {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail {
    width: 100px;
}