/*
@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, html {
	height: 95%;
	display: grid;
	background-image: url("bg.png");
	overflow-y: hidden;
	scrollbar-width: none;
}

#navbar {
    position: sticky;
    bottom: 0;
}

#Frame {
    display: block;
    margin: auto;
    height: 800px;
    width: 800px;
    background: url("frame.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: scroll;
    scrollbar-width: none;
}

h2, h3, h4 {
    text-align: center;
}

p {
    text-indent: 20px;
    margin: 20px;
    line-height: .95;
}

#LibTable {
    margin: auto;
}

.thumbnail {
    width: 100px;
}

.button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}