body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    cursor: url('Cursor1.png'),auto;
    min-height: 100vh
}

h1 {
    color: #5b6180;
    font-size: 50px;
    font-weight: lighter;
    text-overflow: ellipsis
}
#container {
    display:flex;
    position:relative;
    max-width:1300px;
    margin:128px auto 42px;
    overflow:hidden;
    background:linear-gradient(0deg,rgba(192, 192, 192) 0,rgba(47, 47, 47,.6) 69%),url('/images/backs/Castbg.png') right/cover;
    border:2px inset #7d7d7d;
    outline:#c3c3c3 solid 1px;
    box-shadow:inset 0 2px 16px 2px,0 6px 24px 12px
    }

#text-content {
    font-family: 'imprint mt shadow';
    color: #dbdde6;
    padding: 10px 21px;
    box-sizing: border-box;
    font-size: 20px;
    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);
}

@media (max-width: 1360px) {
    #text-content {
        max-width: 70%;
    }
}

#image-frame {
    width: 220px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 20px;
    border-left: 1px solid #adadad;
    right: 1px;
    position: absolute
}

#image-container {
    width: 200px;
    min-height: 200px;
    height: fit-content;
    max-height: 239px;
    overflow: hidden;
    border: 1px solid #0d0d0d;
    background: #000
}

#image-container img {
    width: 210px;
    height: auto;
    display: block
}

.appearance-buttons {
    display: flex;
    margin: 1px -1px;
    padding-left: 2px
}

button {
    width: 100px;
    border-radius: 0;
    color: #0049fe;
    outline: inset 2px #789fff;
    border: outset 1px #789fff;
    background: #4279ff;
    cursor: url('/images/cursorclique.png'),auto
}

button:hover {
    background: #797979
}

.pressed {
    background: #343434
}

.text-entry {
    border-bottom: solid 1px #0d7cff;
    margin-bottom: 10px;
    line-height: 33px;
}

.infobox {
    height: 109px;
    width: 200px;
    background: #eaeaea;
    border: inset 1px #00164c;
    color: #7e7e7e;
    box-shadow: #000000 0px 5px 7px -5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    line-height: 12px;
}

.textbox {
    height: 19px;
    width: 200px;
    background: #565656;
    border: inset 1px #999999;
    color: #9f9ecd;
    margin-top: 25px;
    text-align: center;
    line-height: 1;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
}

#header-container {
    top: 0;
    width: 100%;
    z-index: 2
}

a {
    cursor: url('/images/cursorclique.png'),auto
}

@media (max-width: 1440px) {
    #container {
        width:87%
    }

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

@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) {
    #container {
        margin-top: 86px;
    }
}
