* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    background-color: black;
    background-image: url(images/kornbg.png);
    background-position: right top;
    background-size: 60% 40%;
    background-repeat: no-repeat;
    font-family: 'IPAMonaPGothic';
}

body {
    color: white;
    word-spacing: 3px;
}

body a {
    color: white;
}

.container {
    margin-top: 10px;
    margin-left: 1px;
    border: 5px solid black;
    outline: 1px solid white;
    padding: 5px;
    text-align: center;
    height: fit-content;
    background: url("https://www.transparenttextures.com/patterns/argyle.png"), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(83, 83, 83) 50%, rgba(0, 0, 0, 1) 100%);
    background-size: 10%;
    width: fit-content;
}

.cont2 {
    width: 35em;
    border: 1px solid #ffffff;
    height: 36em;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    display: flex;
    padding: 2px;
    padding: 5px;
    flex-direction: column;

}

.banner {
    width: 100%;
    height: 25%;
    background-image: url(https://files.catbox.moe/ccv9w4.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 5px;

}

.bottom {
    border: 0px solid white;
    height: 75%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 2px;
}

#nav,
#content {
    padding: 5px;
}

#nav {
    border: 0px solid white;
    width: 120px;
    overflow: hidden;
}

#nav div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    filter: grayscale(100%);
}

.nav {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    height: 25px;
    margin-bottom: 5px;
}

.nav a {
    margin-left: 5px;
    font-family: 'kornucopia';
    font-size: 40px;
    text-decoration: none;
    text-transform: capitalize;
    flex-grow: 1;
}

.nav a:hover {
    color: #2C7E3C;
    letter-spacing: 2px;
}

#content {
    border: 1px dashed white;
    width: 100%;
    color: white;
    border-right: none;
    line-height: 95%;
    text-align: center;
    border-bottom: none;
}

#content p {
    margin-top: 10px;
    text-align: left;
}

span {
    font-family: 'kornucopia';
    font-size: 30px;
}

#pagedoll {
    position: absolute;
    width: 200px;
    margin-top: 430px;
    margin-left: 580px;
}

/* /// */

#content h2 {
    margin-bottom: 5px;
}

#index {
    border: 0px solid rgb(255, 255, 255);
    height: 275px;
    overflow-y: scroll;
}

#index::-webkit-scrollbar {
    display: none;
}

.member {
    border: 1px solid rgb(134, 131, 131);
    width: 100%;
    background: linear-gradient(0deg, rgba(218, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 38%);
    box-shadow: inset 0px 0px 3px rgb(185 185 185), inset 0 0 1px 2px #ffffff;
    height: fit-content;
    border-radius: 5px;
    color: black;
    display: flex;
    flex-direction: row;
    padding: 5px;
}

.memtit {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.memtit a {
    color: black;
}


.memtit div {
    margin-left: 5px;
    align-self: baseline;
}

.member p {
    text-align: left;
}