body {
    display: flex;
    flex-wrap: wrap;
    background: #081117;
    color: #F0E68C;
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 99%;
    max-width: 1100px;
}
p {
    text-indent: 30px;  
}
a {
    cursor: pointer;
    color: #ffd073;
    text-decoration: none;
}
a:hover {
    color: #d0701b;
}
#HAT {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100px;
    background: top 0 left 100px / auto 100px url("/images/hat.jpg") no-repeat #010217;
    /*background: linear-gradient(to top, #fefcea, #f1da36);*/
    /*filter: drop-shadow(0px 0px 10px #d4d48c);*/
    box-shadow: inset 0px 0px 10px #d4d48c, 0px 0px 10px #d4d48c;
    justify-content: space-between;
}
#HAT span {
 color: red;
 font-size: 18px;
 text-shadow: -2px 0 #d4d48c;
 padding: 5px;
}
#hat {
  width: 100%;
  height: 100px;
}
#logo {
    width: 100px;
    height: 100px;
    filter: saturate(80%) sepia(80%); /*drop-shadow(0px 0px 10px #d4d48c)*/
    z-index: 9999;
    float: left;
    box-shadow: inset 0px 0px 10px #d4d48c, 0px 0px 10px #d4d48c;
}
#MENU {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 20px;
}
#MENU a {
    background-color: #312c16;
    border: 1px solid #393919;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 0px 10px #d4d48c;
    white-space: nowrap;
    line-height: 3;
    margin-left: 3px;
}
#MENU a:hover {
  /*background-color: #000;*/
  box-shadow: inset 0px 0px 10px #d4d48c, 0px 0px 10px #d4d48c;
}
#CONTENT {
   /* display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;*/
 text-align: center;
 flex: 1;
 max-width: 100%;
}
#PRIV {
 display: flex;
    flex-wrap: wrap;
 position: relative;
 width: 100%;
 padding: 10px;
 /*  display: flex;
 flex-wrap: wrap;*/
 /*background-color: green;*/
 align-items: center;
 text-align: center;

}
/*
#PRIV_text {
 display: inline-block;
 width: auto;
 text-align: left;
 margin: auto;
}
*/
#content {
 display: inline-block;
 width: auto;
 text-align: left;
 margin: auto;
 /*background-color: red;*/
}
/*
#PRIV_txt {
    padding-left: 10px;
    white-space: pre;
    max-width: 100%;
    flex: 1;
    text-align: left;
}*/
#FUTER {
    position: relative;
    text-align: center;
    /*width: 100%;*/
    font-size: 10px;
    padding: 20px;
    background-color: #081117;
    box-shadow: inset 0px 0px 10px #d4d48c, 0px 0px 10px #d4d48c;
    margin: auto;
}
#zai {
    position: absolute;
    width: 50px;
    height: 60px;
    right: 75px;
    top: -53px;
}
#up {
  position: sticky;
  font-size: 50px;
  top: 20px;
  left: 0;
  margin-bottom: auto;
}
#up img {
  width: 70px;
  height: 70px;
}
#NextPrev {
   width: 95%;
   margin: auto;
   display: flex;
   justify-content: space-between;
}
table * {
 border: 1px solid #fff;
}