body{
    background-image: url('https://files.catbox.moe/0rvg8j.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: higu;
    font-size: 1vw;
}
 
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    height: auto;
}

.container{
    width: 50%;
    height: 92vh;
    border: 5px double rgb(33, 41, 29);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    margin: auto;
    background-color: white;
    margin-top: 1%;
    padding: 0.5%;
    box-shadow: 0 6px 20px 0 rgb(255, 255, 255), 0 6px 20px 0 rgb(255, 255, 255);
}
 
.header{
    background-image: url('https://files.catbox.moe/p2ar86.png');
    border: 1px solid transparent;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 17%;
}
 
.header h1{
    color: white;
    filter: drop-shadow(1px 1px 0 rgb(39, 47, 117)) drop-shadow(-1px 1px 0 rgb(39, 47, 117)) drop-shadow(0 -1px 0 rgb(39, 47, 117)) drop-shadow(1px 0 rgb(39, 47, 117));
    font-size: 3vw;
    font-style: italic;
    letter-spacing: 2px;
    margin: 10px;
    transition: ease-in-out 0.25s;
}
 
.header h1:hover{
    letter-spacing: 3px;
    cursor: default;
}
 
.inner{
    background-image: url('https://files.catbox.moe/ku2eoi.jpg:large');
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid black;
    border-radius: 5px;
    padding: 1%;
    width: 97%;
    height: 72.5vh;
    overflow: auto;
    margin: auto;
    margin-top: 1%;
    z-index: 3;
	scrollbar-width: 3px; 
    -ms-overflow-style: none;
}
 
.left{
    width: 99%;
    height: 99%;
    overflow: auto;
    background-color: white;
    background-image: url('https://files.catbox.moe/gxukio.jpg');
    border: 1px solid black;
    border-radius: 5px;
    scrollbar-width: 3px; 
    -ms-overflow-style: none;
}
 
.left::-webkit-scrollbar { 
    display: none;
}
 
.right{
    float: right;
    width: 49%;
    height: 99%;
    overflow: auto;
    background-color: white;
    background-image: url('https://files.catbox.moe/gxukio.jpg');
    border: 1px solid black;
    border-radius: 5px;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
 
.right::-webkit-scrollbar { 
    display: none;
}
 
.right p, .left p{
    padding: 2%;
    margin: 0;
}
 
.right p:hover, .left p:hover{
    cursor: default;
}
 
.right h1, .left h1{
    text-align: center;
    color: white;
    filter: drop-shadow(1px 1px 0 rgb(39, 47, 117)) drop-shadow(-1px 1px 0 rgb(39, 47, 117)) drop-shadow(0 -1px 0 rgb(39, 47, 117)) drop-shadow(1px 0 rgb(39, 47, 117));
    font-size: 2.5vw;
    margin: 0;
    margin-top: 3%;
    transition: ease-in-out 1s;
}
 
.right h1:hover, .left h1:hover{
    letter-spacing: 8px;
    cursor: default;
}
 
.binder{
    width: 4%;
    height: 60%;
    background-image: url('https://files.catbox.moe/4lvyzf.png');
    background-repeat: repeat-y;
    position: absolute;
    left: 48%;
}
 
hr{
    border: 2px solid #5568d5;
    border-radius: 5px;
}
 
li{
    list-style-image: url('https://files.catbox.moe/s1yj99.png');
}
 
ul{
    margin: 0;
}
 
.box{
    width: 95%;
}
 
.box2{
    margin-left: 3%;
}
 
a{
    color: #5598DA;
    transition: ease-in-out 0.6s;
}
 
a:hover{
    color: #55d58f;
}
 
<!--
@media screen and (max-width: 500px) {
    body{
        font-size: 4vw;
        height: 100vh;
    }
 
    .container{
        width: 95%;
        height: 90vh;
    }
 
    .right h1, .left h1, .header h1{
        font-size: 8vw;
    }
 
    .header{
        height: 10%;
    }
 
    .inner{
        height: 78.5vh;
    }
 
    .binder, #hide{
        display: none;
    }
 
    .left{
        float: none;
        width: 100%;
        height: 50%;
    }
 
    .right{
        float: none;
        width: 100%;
        height: 50%;
    }
}
-->