body{
    background-image: url('https://evilperson.neocities.org/images/mine/applebigger.png');
    background-repeat: repeat;
    font-family: hearts;
    font-size: 1.4vw;
}
 
@font-face {
src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
font-family: hearts;
}
 
.container{
    width: 50%;
    height: 92vh;
    border: 5px double rgb(36, 5, 5);
    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://evilperson.neocities.org/images/mine/check15.png');
    border: 1px solid transparent;
    border-radius: 10px;
    background-repeat: repeat;
    width: 100%;
    height: 30%;
}
 
.header h1{
    color: white;
    filter: drop-shadow(1px 1px 0 rgb(36, 5, 5)) drop-shadow(-1px 1px 0 rgb(36, 5, 5)) drop-shadow(0 -1px 0 rgb(36, 5, 5)) drop-shadow(1px 0 rgb(36, 5, 5));
    font-size: 5vw;
    font-style: italic;
    letter-spacing: 5px;
    margin: 0;
    transition: ease-in-out 1s;
}
 
.inner{
    background-color: #fbabab;
    border: 2px solid #5c0e0e;
    border-radius: 5px;
    padding: 1%;
    width: 97%;
    height: 60.5vh;
    overflow: none;
    margin: auto;
    margin-top: 1%;
    z-index: 3;
}
 
.left{
    float: left;
    width: 49%;
    height: 99%;
    overflow: auto;
    background-color: white;
    background-image: url('https://evilperson.neocities.org/public/temps/images/5.jpg');
    border: 1px solid #5c0e0e;
    border-radius: 5px;
    scrollbar-width: none; 
    -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://evilperson.neocities.org/public/temps/images/5.jpg');
    border: 1px solid #5c0e0e;
    border-radius: 5px;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

[id] {
	display: none;
}
[id]:target {
  display:block;
}

[id] {
	display: none;
}
[id]:target {
  display:contents;
}
 
.right::-webkit-scrollbar { 
    display: none;
}
 
.right p, .left p{
    padding: 6%;
    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(36, 5, 5)) drop-shadow(-1px 1px 0 rgb(36, 5, 5)) drop-shadow(0 -1px 0 rgb(36, 5, 5)) drop-shadow(1px 0 rgb(36, 5, 5));
    font-size: 2.5vw;
    margin: 0;
    margin-top: 3%;
    transition: ease-in-out 1s;
}
 
.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 #c74949;
    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: #b42020;
    transition: ease-in-out 0.6s;
}
 
a:hover{
    color: #f14646;
}
 
@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%;
    }
}