@font-face {
    font-family: 'Coelacanth';
    src: url(Coelacanth.otf);
}

@font-face {
    font-family: 'Old London';
    src: url(OldLondon.ttf);
}

* {box-sizing: border-box;
transition:0.5s;}

h1 {font-family: 'Old London', serif;
margin:0;
font-size:38pt;
line-height:1;
text-align: center;
font-weight:400;}

h2, h3, h4 {font-family: 'Old London', serif;}

body {
    background-color: #1E1E1E;
    margin: 0px;
    padding: 0px;
    color: rgb(27, 28, 33);
    background-image: url(https://xixxii.neocities.org/fandom/effectslayer.png), url(https://xixxii.neocities.org/fandom/framelayer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover, contain;
}

.lfont {font-family:'Old London', serif;}

blockquote {border-left:2px solid black;
padding-left:20px;
font-size:13pt;}

a {color:#fe0000;
font-weight: bold;}
a:hover {color:#751f1f}
a:visited {color:#4e0606}

.right {
    background-image: url(https://xixxii.neocities.org/fandom/howtousesm.png);
    position: fixed;
    background-repeat: no-repeat;
    height: 523px;
    width: 300px;
    right:50px;
    top: 200px;;
    color: white;
    padding-top: 150px;
    padding-left: 38px;
    padding-right: 50px;
    scrollbar-color: white black;
    scrollbar-width: thin;
font-family: 'Coelacanth', serif;
font-size:13pt;
}

 ul {list-style-type: "➢ ";}

.righttext {
    height: 270px;
    width: 230px;
    overflow: auto;
}

.right img {
    margin-left: 5px;
}

.maintext {
    background-color: #EFEFE5;
    background-clip: padding-box;
    border: 60px solid transparent;
    width: 40%;
    font-family: 'Coelacanth', serif;
font-size:13pt;
    margin: auto;
    padding: 1px;
    border-image: url(https://xixxii.neocities.org/fandom/border.png) 80 round;
}

.maintextinner {width:calc(100% + 40px);
height:calc(100% + 50px);
margin-left:-20px;
margin-top:-20px;
}

.framebg {
    z-index: -1;
}

.cornerimg {
    position: fixed;
    bottom: -15px;
    z-index: -2;

}

.header {width:fit-content;
margin:auto;
text-align: center;}

.header img {max-width:100%;}

@media only screen and (max-width: 1189px) {
.right {top:unset;
bottom:-450px;}
.right:hover {bottom:0;}
.maintext {
width:66%;}
.cornerimg {left:-100px;}
}

@media only screen and (max-width: 600px)
{
.cornerimg {display:none;}
.maintext {width:95%;}
}