body    {
    background-image: url("centerbarbg.jpg");
    background-repeat: no-repeat;
    background-size: 1475px 840px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 25px;
    font-family: 'Terminess Nerd Font Mono';
    color: #adf0e3;
}


#all    {
    background-image: url("fullbg.jpg");
    background-repeat: no-repeat;
    background-size: 1475px 840px;
    float: center;
    width: 1000px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
    padding-top: 30px;
    padding-bottom: 25px;
    border-radius: 25px;
    border-style: ridge;
    border-width: 5px;
    overflow-x:hidden;
    overflow-y:scroll;
}

#header     {
    width: 100;
    height: 100px;
    background: #60ffe24e;
    margin-bottom: 25px;
    border: 3px dashed;
    border-color: #64ddc5;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 20px;
}

#headtext      {
    animation-duration: 500ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes blink {
   from {
      color: #84ffe6;
   }
   to {
      color: #ff8295;
   }
 }

#nav    {
    background: #60ffe23c;
    width: 200px;
    border-radius: 4px;
    padding: 2px;
    float: left;
    margin-left: 55px;
    margin-top: 25px;
    border: 5px double;
    border-color: #64ddc5;
}

.navhead    {
    background: linear-gradient(to bottom, #227ebf 5%, #005c3a 92%, #c9ffeb 5%);
    text-shadow: 0px 1px 0px #01040d;
    color: #adf0e3;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 8px;
    font-weight: bold;

}

.navlink    {
    background: linear-gradient(to bottom, #66ff8f 5%, #5040ff 92%, #c9ffeb 5%);
    text-shadow: 0px 1px 0px #01040d;
    padding: 3px;
    border-radius: 8px;
    line-height: 7px;
    font-style: italic;
}

.ufo    {
    width: 325px;
    height: 225px;
    background-color: #60ffe24e;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 75px;
    margin-right: 500px;
    margin-left: 340px;
    color: #adf0e3;
    float: center;
    border: 5px double;
    border-color: #64ddc5;
}

.greetbox    {
    width: 300px;
    height: 225px;
    background-color: #60ffe24e;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-right: 500px;
    margin-left: 175px;
    color: #adf0e3;
    float: center;
    border: 5px double;
    border-color: #64ddc5;
}

.regtext       {
    color: #2e006f;
}

.table     {
    border: 5px double;
    border-color: #64ddc5;
}