html, body{
    background-color: rgb(54, 138, 255);
    color: aliceblue;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

header{
    position: fixed;
    background-color: rgb(174, 232, 255);
    color: black;
    -webkit-text-stroke: 1px yellowgreen;
    paint-order: stroke;
    position: relative;
    /*background-image: url("/static/images/mixed_bkgd_000.jpg");*/
    background-position: center;
    background-size: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
}

.inf_user{
    position: fixed;
    text-align: right;
    z-index: 100;
    background-color: black;
    color: chartreuse;
    font-family:'Times New Roman', Times, serif;
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px rgb(115, 255, 225);
    top: 80%;
    right: 0%;
}

footer{
    background-color: rgb(0, 0, 139);
    color: ivory;
    position:relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    text-align: center;
}

header, footer{
    font-family:'Times New Roman', Times, serif;
}

textarea{
    white-space: pre-wrap;
    height: auto;
    width: 80%;
    field-sizing: content;
}

h2{
    color: rgb(231, 255, 195);
    font: bold;
}

h3{
    color: bisque;
    font: bold;
    font-size: x-large;
}

td{
    white-space: nowrap;
}

.inf_top{
    text-align: center;
    text-decoration: solid;
    color:rgb(255, 211, 247);
    font-size:xx-large;
}

.main_introarea{
    left: 5px;
    text-align: center;
}

.commonHtitle{
    font-size: 250%;
    color: rgb(6, 114, 0);
    margin: 0;
}

.commonHtext{
    color: aqua;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.novels_selection_area{
    display: block;
    overflow-y: auto;
    font-size: medium;
    scrollbar-color: orange;
    margin-left: 2%;
}

.novel_viewer{
    position: relative;
}

.novel_detail{
    margin-left: 2%;
}

.line-section{
    border: none thin;
    border-style: solid;
    width: 100%;
    color: lightgreen;
}

.novel_descript{
    color: rgb(245, 255, 200);
    font-size: large;
}

.user_info{
    text-align: left;
    margin-left: 0%;
}

.radioacc{
    accent-color: rgb(115, 255, 225);
}

.img-squid{
    position: relative;
    right: 80%;
    left: 20%;
    width: 50%;
    height: 70%;
}

.text-squid{
    position: absolute;
    right: 80%;
    left: 20%;
    margin-left: 16%;
    border: 0px;
    margin-top: 22%;
    width: 20%;
    height: 8%;
    font-size: 3em;
    background-color: rgb(255,242,206);
}

.top_selection_area{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.selectable_novels{
    width: 30%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.selectable_novels img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-novels{
    position: relative;
    aspect-ratio: 1/1;
}
.bgimg_3{
    background-size: contain;
    background-image: url("/static/images/rug_novel01.png");
    background-repeat: no-repeat;
}
.bgimg_3:hover{
    background-size: contain;
    background-image: url("/static/images/rug_novel02.png");
    background-repeat: no-repeat;
}

a{
    color: rgb(255, 207, 214);
    font-size: x-large;
}
a:hover{
    color: lightcoral;
}
a:active{
    color:lightgreen;
}