@font-face {
    src: url(fonts/JF-Dot-K12.ttf);
    font-family: Jpixl;
}
@font-face {
    src: url(fonts/JF-Dot-MPlusH10.ttf);
    font-family: Jpixl2;
}
@font-face {
    src: url(fonts/JF-Dot-Ayu20.ttf);
    font-family: thinJpixl;
}
@font-face {
    src: url(fonts/fs-a-pixel-away.otf/fs-a-pixel-away.ttf);
    font-family: goofy;
}
@font-face {
    src: url(fonts/nintendo_ds_bios/Nintendo-DS-BIOS.ttf);
    font-family: ds;
}

.link:link {
  color: rgb(67, 127, 121);
  background-color: transparent;
  text-decoration: none;
}
.link:visited {
  color: rgb(67, 127, 121);
  background-color: transparent;
  text-decoration: none;
}
.link:hover {
  color: rgb(29, 81, 103);
  background-color: transparent;
  text-decoration: underline;
}
.link2:active {
    color: rgb(222, 222, 222);
  background-color: transparent;
  text-decoration: underline;
}

.link2:link {
  color: rgb(29, 81, 103);
  background-color: transparent;
  text-decoration: none;
}
.link2:visited {
  color: rgb(29, 81, 103);
  background-color: transparent;
  text-decoration: none;
}
.link2:hover {
  color: rgb(29, 81, 103);
  background-color: transparent;
  text-decoration: underline;
}
.link2:active {
    color: rgb(222, 222, 222);
  background-color: transparent;
  text-decoration: underline;
}

::-moz-selection {
    background: rgba(67, 127, 121, 0.25);
    text-shadow: 2px 2px rgba(40, 40, 40, 0.25);
}
::selection {
    background: rgba(67, 127, 121, 0.25);
    text-shadow: 2px 2px rgba(40, 40, 40, 0.25);
}

body{
    background-image: url(images/Illustration2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#a{
    height: 100%;
    width: 1220px;
    position: fixed;
    transform: translate(-50%, 0%);
    left: 50%;
    top: -3px;
    overflow: hidden;
    border: 3px solid rgb(67, 127, 121);
    box-shadow: rgba(40, 40, 40, 0.25) 3px 6px;
}

#uitop{
    top: -3px;
    left: -3px;
    position: fixed;
    border: 3px solid rgb(67, 127, 121);
    height: 30px;
}
#uibox{
    right: 98px;
    top: 0px;
    width: 126px;
    height: 30px;
    position: fixed;
}
#date{
    display: block;
    text-align: center;
    position: absolute;
    font-family: 'ds';
    line-height: 28px;
    font-size: 32px;
    color: rgb(40, 40, 40);
    height: 30px;
    width: 62px;
    top: 0px;
    right: 0px;
}

#time{
    display: block;
    text-align: center;
    position: absolute;
    font-family: 'ds';
    line-height: 28px;
    font-size: 32px;
    color: rgb(40, 40, 40);
    height: 30px;
    width: 62px;
    left: 0px;
    top: 0px;
}
#uibottom{
    bottom: -3px;
    left: -3px;
    position: fixed;
    border: 3px solid rgb(67, 127, 121);
    height: 30px;
}

#ui{
    height: 100.5%;
    width: 340px;
    left: -3px;
    top: -3px;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    background-color: rgb(67, 127, 121);
}
#list{
    margin-top: 0px;
    width: 300px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
}
@keyframes backgroundScrols {
	0% {
    background-position: 0 0;
  }
	100% {
    background-position:-64px 64px;
  }
}
#idk{
    height: 202px;
    width: 330px;
    background-image: url(images/ds_back4.png);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    animation: backgroundScrols 3s linear infinite;
}
#neonwhitecredit{
    text-align: center;
    position: absolute;
    height: 50px;
    top: 175px;
    left: 55px;
    background-color: rgba(240, 248, 255, 0);
    width: 150px;
    font-family: 'ds';
    color: rgb(40, 40, 40);
}
#neonwhiteimg{
    height: 130px;
    width: 130px;
    position: absolute;
    float: right;
    top: 25px;
    left: 32px;
}
#peaceofmind{
    position: relative;
    line-height: 1px;
    bottom: 0px;
}
#machinegirl{
    position: relative;
    line-height: 1px;
    bottom: 0px;
}

.uinonlink{
    background-image: url(images/ui.png);
    background-repeat: repeat-x;
    background-size: cover;
    height: 30px;
    width: 330px;
    margin-top: 3px;
    list-style-type: none;
    outline: 3px solid rgb(67, 127, 121);
}
.uilink{
    background-image: url(images/ui.png);
    background-repeat: repeat-x;
    background-size: cover;
    height: 30px;
    width: 330px;
    margin-top: 3px;
    list-style-type: none;
    outline: 3px solid rgb(67, 127, 121);
}
.uinonlink a{
    height: 30px;
    width: 255px;
    display: block;
    margin-left: 0px;
    font-family: 'ds';
    font-size: xx-large;
    line-height: 25px;
    text-decoration: none;
    color: rgb(40, 40, 40);
    text-align: center;
}
.uilink a{
    height: 30px;
    width: 300px;
    padding-left: 5px;
    display: block;
    margin-left: 0px;
    font-family: 'ds';
    font-size: xx-large;
    line-height: 25px;
    color: rgb(40, 40, 40);
    text-align: left;
}
.wip{
    text-decoration: line-through;
}
.up{
    text-decoration: none;
}
.uilink :hover{
    background-color: rgb(238, 243, 235);
}
#gachiakutaad{
    width: 255px;
    height: auto;
    margin-bottom: -3px;
}
#exit{
    background-image: url(images/uiL.png);
    background-repeat: repeat-x;
    background-size: cover;
    height: 60px;
    width: 330px;
    margin-top: 3px;
    list-style-type: none;
    outline: 3px solid rgb(67, 127, 121);
}
#exit a{
    height: 60px;
    width: 300px;
    padding-left: 105px;
    display: block;
    margin-left: 0px;
    font-family: 'ds';
    font-size: 40px;
    line-height: 55px;
    text-decoration: none;
    color: rgb(40, 40, 40);
    text-align: left;
}
#exit  :hover{
    background-color: rgb(238, 243, 235);
}
.uipxl{
    width: 25px;
    height: 25px;
    top: 3px;
    position: relative;
}

#main{
    height: 100%;
    width: 984px;
    border: 3px solid rgb(67, 127, 121);
    right: -20px;
    top: -3px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgb(238, 243, 235);
    position: absolute;
}

#abou{
    position: relative;
}
#abt{
    font-family: 'goofy';
    width: 260px;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    text-align: center;
    font-size: 40px;
    color: rgb(67, 127, 121);
    text-shadow: 4px 4px rgba(40, 40, 40, 0.25);
    margin-bottom: 0px;
    margin-top: 50px;
}
.h{
    font-family: 'goofy';
    width: auto;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    text-align: center;
    font-size: 40px;
    color: rgb(67, 127, 121);
    text-shadow: 4px 4px rgba(40, 40, 40, 0.25);
    margin-bottom: 0px;
    margin-top: 20px;
}
#abt:hover{
    text-shadow: 3px 3px rgba(40, 40, 40, 0.25);
}
.abtxt{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 18px;
    width: auto;
    position: relative;
    font-family: 'thinJpixl';
    font-size: 18px;
    text-shadow: rgba(40, 40, 40, 0.15) 3px 3px;
}
.devide{
    box-shadow: 0px 1px rgb(117, 50, 23);
    width: 940px;
    height: 20px;
    margin-bottom: 0px;
    margin-top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(images/deviderpixelsprouts.gif);
    background-size: 290px;
    background-repeat: repeat-x;
    background-position-x: center;
    position: relative;
}


#oldimg{
    float: left;
    position: relative;
    margin-right: 10px;
    width: 240px;
    height: auto;
    border: 2px rgb(67, 127, 121) solid;
    border-radius: 2px;
}
#oldimg2{
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
    width: 350px;
    height: auto;
    border: 2px rgb(67, 127, 121) solid;
    border-radius: 2px;
}
#doko{
    margin-top: -267px;
    float: right;
    position: relative;
    margin-left: 10px;
    width: 590px;
    height: auto;
    border: 2px rgb(67, 127, 121) solid;
    border-radius: 2px;
}
#xp{
    top: -50px;
    margin-left: -58px;
    float: right;
    width: 250px;
}

#inspo{
    font-family: 'goofy';
    width: 320px;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    color: rgb(67, 127, 121);
    text-shadow: 4px 4px rgba(40, 40, 40, 0.25);
}
#inspo:hover{
    text-shadow: 3px 3px rgba(40, 40, 40, 0.25);
}
.insperation{
    width: 147.5px;
    height: 51.5px;
    position: relative;

}
#insperation{
    border: 1px solid rgb(40, 40, 40);
    border-radius: 2px;
    box-shadow: 5px 5px rgba(40, 40, 40, 0.2);
    text-align: center;
    width: 340px;
    position: relative;
    left: 0px;
    margin-top: -20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 20px;
    background-image: url(images/green\ backs.png);
}
#bottom{
    height: auto;
    width: 984px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 50px;
    text-align: center;
}
#buttonb{
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#c{
    font-family: 'thinJpixl';
}