
  @import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,400;0,600;1,400;1,600&family=Kanit:ital,wght@1,500&family=Racing+Sans+One&display=swap');

        body {
            background-image: url("https://images2.imgbox.com/e5/67/lVVU9vIx_o.png");
            background-attachment: fixed;
            background-color: #bebebe;
            font-family: 'Gantari', sans-serif;
            color: #1f004e;
            overflow: scroll;
        }
        ::selection{ 
            color: #1f004e;
            background-color: #bbd0ff;
        }
        .hostedby {
            background-image: linear-gradient(to right, #78588B, transparent);
            height: 25px;
            width: 100%;
            margin-left: 5px;
            margin-bottom: 5px;
        }
        .altanet {
            text-align: right;
            margin-right: 5px;
            font-size: large;
            font-variant: small-caps;
            font-style: italic;
            font-family: 'Kanit', sans-serif;
            margin-top: 10px;
        }
        #header {
            width: 75vw;
            height: 150px;
            object-fit: fill;
        }
        #header2 {
            width: 75vw;
            height:150px;
            object-fit: cover;
            filter: brightness(75%);
        }
        .cell {
            margin-left: 5px;
            width: 75vw;
        }
        #bar {
            width: 75vw;
            height: 15px;
            margin-top: 5px;
            background-color: #E7CE97;
        }
        .avi {
            width: 15vw;
            height: fit-content;
            padding: 6px;
            background-color:  #f1fdff ;
            border: #E7CE97 3px solid;
        }
        .bio {
            width: 15vw;
            margin-top: 6px;
            height: fit-content;
            padding: 6px;
            background-color:  #f1fdff ;
            border: #E7CE97 3px solid;
        }
        #pfp {
            width: 15vw;
            height: auto;
        }
        .words {
            display: flex;
            justify-content: space-between;
            width: 85%;
            margin: 5px;
            font-style: italic;
        }
        content {
            font-weight: 600;
        }
        .side{
            vertical-align: top;
            width: 15vw;
        }
        .main {
            margin-left: 15px;
            vertical-align: top;
            width: 100%;
        }
        .meat{
            max-height: 500px;
            overflow-y: scroll;
            scrollbar-width: thin;
            scrollbar-color:  #E7CE9791 rgba( 241, 253, 255 , 0.395);
        }
        .meat::-webkit-scrollbar{
            background-color: rgba( 241, 253, 255, 0.395);
            width: 3px;
            height: auto;
        }
        .meat::-webkit-scrollbar-thumb{
            background: #E7CE9791
        }
        .marrow{
            margin: auto;
            width: fill;
            height: 100vh;
        }
        .entry{
            margin: auto;
            width: fill;
            margin-bottom: 6px;
            padding-left: 6px;
            padding-right: 6px;
            border: 3px solid #E7CE97;
            background-color: transparent;
        }
        .entry h3{
            margin-top: 12px;
            margin-bottom: 6px;
        }
        #usern {
            font-weight: 700;
            font-style: italic;
            text-decoration: none;
            color: #390587;
        }
        #usern:hover {
            color: #6b1ce0;
        }
        #button {
            background-color: #E7CE97;
            padding: 5px;
            color:  #f1fdff ;
            font-size: smaller;
            cursor: default;
            border-radius: 3px;
        }
        #button:hover{
            background-color:  #f1fdff ;
            padding: 3px;
            border: 2px solid #E7CE97;
            color: #E7CE97;
            cursor: pointer;
        }
        #buttoner{
            background-color:  #f1fdff ;
            padding: 3px;
            color: #E7CE97;
            font-size: smaller;
            cursor: default;
            border-radius: 3px;
            border: 2px solid #E7CE97;
        }
        #nava{
            padding-bottom: .20em;
            text-align: center;
            font-size: large;
        }
        #nava a{
            text-decoration: none;
        }
        #num {
            margin-left: 6px;
            margin-right: 6px;
            cursor: default;
        }
        .footer {
            position: fixed;
	        right: 15px;
	        bottom: 10px;
	        z-index: -1;
        }
        .footer h4{
            margin-bottom: 0px;
            background-image: linear-gradient(to right, #78588B, transparent);
            padding: 3px;
            width: 100%;
        }