html {
    background-color: rgb(242, 243, 248);
}

a#nav, a#nav:visited {
    font-family: 'pix';
    text-decoration: none;
    color: rgb(228, 230, 240);
    margin: 5px;
    font-size: 12px;
}

a, a:visited {
    font: 10px geneva, verdana, arial, sans-serif;
    color: rgb(16, 11, 34);
    font-size: 14px;
}

p {
    font-family: 'pix';
    color: rgb(228, 230, 240);
    margin: 0px;
    font-size: 12px;
}

p#pc {
    font: 10px geneva, verdana, arial, sans-serif;
    color: rgb(16, 11, 34);
    font-size: 10px;
    margin: 1px;
}

sub {
    font: 10px geneva, verdana, arial, sans-serif;
    color: rgb(110, 96, 96);
    font-size: 9px;
    margin: 1px;
}

hr {
    width: 21em;
    border: solid 1px rgb(191, 160, 160);
}

b#pc {
    font: 10px geneva, verdana, arial, sans-serif;
    font-weight: bold;
    color: rgb(16, 11, 34);
    font-size: 12px; 
    margin-bottom: 5px;
}

.container {  
    display: grid;
    grid-template-columns: 15em 15em 15em;
    grid-template-rows: 6.5em 35.7em 1em;
    gap: 0px 0px;
    grid-auto-flow: row;
    justify-content: center;
}

.header {  
    display: grid;
    grid-template-columns: 15em 30em; 
    grid-template-rows: 6.5em; 
    gap: 0px 0px; 
    grid-area: 1 / 1 / 2 / 4; 
    background: url(https://oozy.neocities.org/imgs/header.png) no-repeat; 
    filter: hue-rotate(90deg);
}

.title { 
    grid-area: 1 / 1 / 2 / 2; 
}

.nav { 
    grid-area: 1 / 2 / 2 / 3; 
    background: url(https://oozy.neocities.org/imgs/navbar.png);
}

.content { 
    grid-area: 2 / 1 / 3 / 4;
    margin-top: .5em; 
}

.footer { 
    grid-area: 3 / 1 / 4 / 4; 
    background: rgb(215, 215, 227);
}


#heading {
    background: url(https://oozy.neocities.org/imgs/heading.png) center no-repeat;
    background-size: cover;
    filter: hue-rotate(90deg);
    width: auto;
    height: 1em;
    border: 2px solid rgb(66 49 49); 
    border-bottom: 0px;
    display: flex; 
    align-items: center;
}

#heading2 {
    background: url(https://oozy.neocities.org/imgs/heading.png) center no-repeat;
    background-size: cover;
    filter: hue-rotate(110deg);
    width: auto;
    height: 1em;
    border: 2px solid rgb(66 49 49);
    border-bottom: 0px;
    display: flex; 
    align-items: center;
}


#content {
    background: rgb(241, 231, 231);
    width: auto;
    border: 2px solid rgb(66 49 49);
    border-top: 0px;
    display: flex; 
    padding: 5px;
    flex-direction: column; 
}

#content2 {
    background: rgb(216, 198, 198);
    width: auto;
    border: 2px solid rgb(66 49 49);
    border-top: 0px;
    display: flex; 
    padding: 5px;
    flex-direction: column; 
    margin-bottom: 3px;
}


::-webkit-scrollbar {
    width: 0px;
}

.left {
    width: 12em;
}

.center {
    width: 24em;
    overflow-y: scroll;
    height: 34.7em;

}

button {
    font-family: 'pix';
    text-decoration: none;
    color: rgb(46, 37, 37);
    font-size: 12px;
    border: none;
    background-color: #ffffff00;
    cursor: pointer;
}

.filterDiv {
    display: none;
}

.show {
  display: block;
}
