html {
    background: linear-gradient(135deg, #444444 25%, transparent 25%),linear-gradient(225deg, #444444 25%, transparent 25%),linear-gradient(315deg, #444444 25%, transparent 25%),linear-gradient(45deg, #444444 25%, transparent 25%);
    background-size: 2em 2em;
    background-color: #2e2e2e;
    opacity: 1
}

a, a:visited {
    font-family: 'f25';
    text-decoration: none;
    color: rgb(212, 212, 212);
    margin: 0px 5px;
}

p, h1 {
    font-family: 'f25';
    margin: 0px;
    color: rgb(210, 210, 210);
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; 
    padding-top: 3em;
}

.page {
    position: relative;
}

#promo {
    position: absolute;
    z-index: 1;
}

#promo img {
    width: 10em;
}

#promo {
    bottom: 1em;
    left: 1.1em;
    background: rgb(55, 49, 49);
    width: 17.15em;
}

marquee {
    width: 17em;
    height: 1.2em;
}

.content {
    display: flex;
    flex-direction: column;
    width: 35em;
    background: rgb(55, 49, 49);
    height: 15em;
    border-radius: 1em;
    border: rgb(39, 33, 33) solid 1em;
    position: relative;
    overflow-y: scroll;
}

#cd {
    z-index: -1;
    position: absolute;
    top: -4em;
    left: -7em;
}

#poster {
    z-index: -1;
    position: absolute;
    rotate: 20deg;
    bottom: -6em;
    right: -7em;
}

#nav {
    display: flex;
    align-items: center;
    position: absolute;
    background: rgb(39, 33, 33);
    height: 3em;
    width: 24em;
    justify-content: space-evenly;
    bottom: 1em;
    right: 1em;
    border-top-left-radius: 1em;
    z-index: 1;
}

.section {
    padding: 1em;
}

footer, footer a {
    font-family: MS gothic;
    color: #afa2a2;
    margin-top: 1em;
    text-align: center;
}

footer a {
    color: #d9d2d2 !important;
}

.one, .two, .three, .four {
    display: flex;
    flex-direction: column;
    align-items: center;
}

::-webkit-scrollbar {
    width: 0px;
}

.member {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
    font-size: 12px;
    flex-direction: column;
    border: 1px solid rgb(77, 73, 67);
    padding: 5px;
    border-radius: 3px;
    margin: 3px 0px;
}

.member span {
    text-decoration: underline;
}

.member p {
    margin-left: 5px;
}

.member div {
    display: flex;
    align-items: center;
}

.member a {
    margin: 0px;
    color:  rgb(136, 131, 124);
}

#desc {
    align-self: flex-start;
    color:  rgb(178, 176, 174);;
    margin: 5px 0px;
}

