@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;
}

.link:active {
    color: rgb(222, 222, 222);
  background-color: transparent;
  text-decoration: underline;
}





body{
    background-image: url(images/back2.gif);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    zoom: 150%;
}
#div{
    background-color: rgb(222, 222, 222);
    height: auto;
    position: absolute;
    width: 800px;
    left: 50%;
    transform: translate(-50%, 0%);
    outline: rgb(40, 40, 40) solid 2px;
}

#head{
    font-family: 'goofy';
    color: rgb(40, 40, 40);
    text-align: center;
}
#descrption{
    font-family: 'thinJpixl';
    text-align: center;
    color: rgb(40, 40, 40);
}
.list{
    text-align: left;
    font-family: 'Jpixl';
    font-size: x-large;
    color: rgb(40, 40, 40);
    height: auto;
    width: 350px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

#back{
    position: relative;
    width: 800px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    font-family: 'Jpixl';
    font-size: xx-large;
}