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;
}

b#pc {
    font: 10px geneva, verdana, arial, sans-serif;
    font-weight: bold;
    color: rgb(16, 11, 34);
    font-size: 12px; 
}

.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(270deg);
}

.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);
}

.left {
    width: 11em;
}

.right {
    width: 10em;
}

#heading {
    background: url(https://oozy.neocities.org/imgs/heading.png) center no-repeat;
    background-size: cover;
    filter: hue-rotate(270deg);
    width: auto;
    height: 1em;
    border: 2px solid rgb(49, 66, 54); 
    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(228deg);
    width: auto;
    height: 1em;
    border: 2px solid rgb(49, 66, 54); 
    border-bottom: 0px;
    display: flex; 
    align-items: center;
}

#heading3 {
    background: url(https://oozy.neocities.org/imgs/heading.png) center no-repeat;
    background-size: cover;
    filter: hue-rotate(200deg);
    width: auto;
    height: 1em;
    border: 2px solid rgb(49, 66, 54); 
    border-bottom: 0px;
    display: flex; 
    align-items: center;
}

#content {
    background: rgb(231, 241, 234);
    width: auto;
    border: 2px solid rgb(49, 66, 54);
    border-top: 0px;
    display: flex; 
    align-items: center;
    padding: 5px;
    flex-direction: column; 
}

#content2 {
    background: rgb(198, 216, 204);
    width: auto;
    border: 2px solid rgb(49, 66, 54);
    border-top: 0px;
    display: flex; 
    align-items: center;
    padding: 5px;
    flex-direction: column; 
}

#content3 {
    background: rgb(189, 209, 196);
    width: auto;
    border: 2px solid rgb(49, 66, 54);
    border-top: 0px;
    display: flex; 
    align-items: center;
    padding: 5px;
    flex-direction: column; 
}



::-webkit-scrollbar {
    width: 0px;
}

#cds img {
    width: 5.5em;
    height: 5.5em;
    
}

#cds {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#cdcover {
    position: relative;
    height: 5.5em;
    margin: 1px;
}

#cdname {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0000008a;
    text-align: center; 
}

#cdcover:hover #cdname {
  opacity: 1;
}

#cdname p {
    margin: 7px 3px;
    font-size: 10px; 
}

#statuscafe-username {
    font: 10px geneva, verdana, arial, sans-serif;
    font-weight: bold;
    color: rgb(16, 11, 34);
    font-size: 10px; 
}

#statuscafe-content {
    font: 10px geneva, verdana, arial, sans-serif;
    color: rgb(16, 11, 34);
    font-size: 10px; 
}

#statuscafe-username a {
    display: none;
}
