body  {
  color: black;
  font-family: Verdana;
  image-rendering: pixelated;
}
html {
    scrollbar-color: #ffffff #1f3ee8;
    background-image: url("/walls.jpeg");
}
h1 {
    padding-bottom: 42px;
    border-bottom: solid 1px #005355;
    color: #8690f3;
    font-weight: 100;
    font-size: 48px;
    font-family: Verdana;
    text-shadow: #000 -4px 3px 0;
    letter-spacing: 1px;
    text-wrap: nowrap;
    text-overflow: ellipsis
}
.text-entry {
    border-bottom: solid 1px #900;
    margin-bottom: 10px;
    line-height: 33px;
}
@media (max-width: 1440px) {
    .frame {
        width:87%
    }
}
  @media (max-width: 1280px) {
    .text-entry {
        font-size:18px;
        line-height: 1.5
    }
  
    #text-content {
        line-height: 12px
    }

    h1 {
        font-size: 42px
    }
}

.infobox {
    font-size: 14px
}
@media (max-height: 768px) {
    .frame {
        margin-top: 86px;
    }
}
@media (max-width: 1360px) {
    #text-content {
        max-width: 70%;
    }
}

@media (max-width: 1440px) {
    .frame {
        width:87%
    }

    .text-entry:first-of-type,.text-entry:nth-of-type(2),h1 {
        width: calc(98vw - 512px);
        min-width: 423px
    }
}

.frame {
    display: flex;
    position: relative;
    max-width: 1300px;
    margin: 128px auto 42px;
    overflow: hidden;
    background: linear-gradient(0deg,#5aadb6 0,#00184499 69%),url('/floor.png') right/cover;
    border: 2px inset #003666;
    outline: #3c319b solid 1px;
    image-rendering: pixelated;
    backdrop-filter: blur(3px);
    box-shadow: inset 0 2px 16px 2px,0 6px 24px 12px
}

#text-content {
    color: #ffffff;
    padding: 10px 21px;
    box-sizing: border-box;
    font-size: 18px;
    max-width: 1060px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.3), 0px 4px 8px rgba(0,0,0,0.8), 0px 3px 14px rgba(0,0,0,0.3);
}
  #wikiblug {

    width: 200px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 20px;
    right: 1px;
    position: absolute
}
#image-container {
    width: 200px;
    min-height: 200px;
    height: fit-content;
    max-height: 239px;
    overflow: hidden;
    border: 1px solid #100;
    background: #000;
}
#image-container img {
    width: 210px;
    height: auto;
    display: block
}

 
 portc {
            width: 160px;
            overflow: hidden;
            font-size: 16px!important;
            font-family: Arial Black;
            position: relative;
            padding-inline:3px;line-height: 1.1!important;
            margin: 6px auto 24px auto;
            scale: 0.96
        }
#cfix {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0
}
.textbox {
    height: 19px;
    width: 200px;
    background: #1b375166;
    border: 1px inset #ffffff;
    color: #ffffff;
    margin-top: 25px;
    text-align: center;
    line-height: 1;
    font-family: 'Impact';
    font-size: 16px
}

.infobox {
    height: 109px;
    width: 200px;
    background: #06172ab0;
    border: 1px inset #ffffff;
    color: #ffffff;
    box-shadow: #000111 0 5px 7px -5px;
    font-family: Verdana;
    font-size: 16px;
    line-height: 12px
}
