body{
    background-color:black;
    color:white;
}

h1{
    text-align: center;
    font: bold;
    font-size: 500%;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2{
    text-align: center;
    color:brown;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h3{
    text-align: center;
    color:deeppink;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.myname{
    text-align: right;
    font-size: 3rem;
    left: 30%;
    color:lightpink;
}
.tableOfContent{
    text-align: left;
    font-size: 3rem;
    left: 30%;
    color: aliceblue;
}
.Chapter{
    text-align: center;
    font-size: 4rem;
    color:white;
}
.ChapterTitle{
    text-align: center;
    font-size: 5rem;
    color: cyan;
}
.mainTextContent{
    text-align: left;
    font-size: 2rem;
    color: white;
}
.Subheading{
    text-align: left;
    font-size: 3.5rem;
    margin-left: 3%;
    color:yellow;
}
.smallSubheading{
    text-align: left;
    font-size: 3rem;
    left: 6%;
    color:chocolate;
}
.footnote{
    text-align: left;
    font-size: 0.75rem;
    left: 30%;
    color:gainsboro;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.footnoteLine{
    border: none;
    border-top: 0.5px;
    border-color: cyan;
    border-style: solid;
    width: 100%;
}

body{
    background-color: black;
    margin: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.background{
    z-index: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.background-texture{
    /*background :linear-gradient(rgba(255,222,203,0.5),rgba(119,130,150,0.5));*/
    background :linear-gradient(rgba(0,0,0,0.85),rgba(50,0,100,0.85));
}
.fixed-textarea{
    margin-right: 5%;
    color: white;
    z-index: 100;
    white-space: pre-wrap;
    display: block;
    text-align: left;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0%;
    left: 8%;
    width: 84%;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: Georgia, 'Times New Roman', Times, serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fixed-textarea::-webkit-scrollbar {
    display: none;
}
.scrRate{
    position: fixed;
    top: 0%;
    width: 8%;
    left: 92%;
    font-size: 2.2em;
    color: rgba(173,255,47,1.4);
    font: bold;
    font-family: Georgia, 'Times New Roman', Times, serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#starFlame{
    z-index: 10;
}

a{
    color: cyan;
    font: bold;
    font-size: 20px;
}

a:hover{
    color: rgb(52, 255, 150);
    -webkit-text-stroke: 1px rgb(0, 108, 76);
}

a:active{
    color: aqua;
    -webkit-text-stroke: 1px rgb(158, 215, 255);
}

@media screen and (max-width: 500px) {
    h1{
        text-align: center;
        font: bold;
        font-size: 300%;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    h3{
        text-align: center;
        color:deeppink;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .myname{
        text-align: right;
        font-size: 2rem;
        left: 30%;
        color:lightpink;
    }
    .tableOfContent{
        text-align: left;
        font-size: 1rem;
        left: 30%;
        color: aliceblue;
    }
    .Chapter{
        text-align: center;
        font-size: 2rem;
        color:white;
    }
    .ChapterTitle{
        text-align: center;
        font-size: 3rem;
        color: cyan;
    }
    .mainTextContent{
        text-align: left;
        font-size: 1rem;
        color: white;
    }
    .Subheading{
        text-align: left;
        font-size: 1.8rem;
        margin-left: 3%;
        color:yellow;
    }
    .smallSubheading{
        text-align: left;
        font-size: 1.3rem;
        left: 6%;
        color:rgb(246, 132, 51);
    }
    .scrRate{
        position: fixed;
        top: 0%;
        width: 8%;
        left: 91%;
        font-size: 1em;
        color: rgba(173,255,47,1.4);
        font: bold;
        font-family: Times New Roman;
    }

    h3{
        text-align: center;
        font-size: 10px;
        color:deeppink;
        font-family: Georgia, 'Times New Roman', Times, serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    a{
        color: cyan;
        font: bold;
        font-size: 10px;
    }

    a:hover{
        color: rgb(52, 255, 150);
        -webkit-text-stroke: 1px rgb(0, 108, 76);
    }

    a:active{
        color: aqua;
        -webkit-text-stroke: 1px rgb(158, 215, 255);
    }
}