h2,h3,h4
    {
        text-align: center;
        background-color: green;
    }
h1
    {
        transform: rotate(3deg);
        text-align: center;
        background-color: green;
        border: 9px  darkgreen;
        border-style:solid  ;
    }
.Head2
    {
        background-color: green;
        border-style:solid;
        border-color:darkgreen ;
        border-width: 5px;
    }
.TaiAttacks
    {
        background-color: green;
        border-style:solid;
        border-color:darkgreen ;
        border-width: 5px;
    }
input
    {
        margin-right: auto;
    }
div
    {
        display: block;
    }
.up
    {
        height: 80px;
    }
.arrow
    {
        display:flex;
        position: sticky !important;
/*        height:80px;
        text-align:right;*/
        top: 0px;
        margin-right:-95px;
        align-items: flex-end;
        margin-bottom: 90px;
    }
body
    {
        padding: 100px 0px 0px 0px;
        background-color: grey;
        display: flex;
        justify-content: center;
    }
.NHead
    {
        border-style:solid ;
        border-color:darkgreen ;
        border-bottom-width: 10px;
        background-color: green;
        text-transform: uppercase;
    }
.NBody
    {
        display: flex;
        justify-content: space-evenly;
    }
.NText
    {
        width: 450px;
        padding: 10px;
        font-size: 20px;
    }
.NImg
    {
        border-style:solid;
        border-top:0px;
        border-bottom: 0px;
        border-width:10px;
        border-color:darkgreen ;
        background-size: 150px;
        background-repeat:no-repeat ;
        padding: 10px;
    }
.NNFU
    {
        width: 150px;
        display: flex;
        flex-direction: column
    }
.NNFUBody
    {
        display: flex;
        justify-content:space-around;
    }
.HeadAttack
    {
        border-style:solid ;
        border-color: darkgreen;
        border-width: 10px;
        background-color: green;
    }
.Stats
    {
        display: flex;
        flex-direction: column;
    }
.Skroll_top
    {
        display: flex;
        justify-content:space-between;
        margin-top:-100px;
    }
.Skroll_top_left
    {
        margin-left:-110px;
    }
.Skroll_top_center
    {
        background-image: url(img/scroll_center.png);
        background-repeat: repeat-x;
        width: 100%;
    }
.Skroll_top_right
    {
        margin-right:-110px;
    }
.Skroll_bottom_left
    {
        margin-left:-110px;
    }
.Skroll_bottom_right
    {
        margin-right:-110px;
    }
.Skroll_bottom
    {
        display: flex;
        justify-content:space-between;
        margin-bottom:-90px;
    }
.Skroll
    {
        background-color: #e5e18e;
        margin-bottom:50px;
    }
.Border_right
    {
        background-image: url(img/scroll_border_right.png);
        background-repeat: repeat-y;
        width: 70px;
        margin-top: -4px;
    }
.Skroll_Border
    {
        display: flex;
        justify-content: space-between;
    }
.border_left
    {
        background-image: url(img/scroll_border_left.png);
        background-repeat: repeat-y;
        width: 70px;
        margin-top: -4px;
    }
.Font_List_Attack
    {
        font-family:'Lobster', cursive;
        padding: 10px;
    }
li
    {
        list-style-type: none;
        margin-bottom: 5px;
    }
.Center
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }