
@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, 67, 127);
  background-color: transparent;
  text-decoration: none;
}

.link:visited {
  color: rgb(67, 67, 127);
  background-color: transparent;
  text-decoration: none;
}

.link:hover {
  color: rgb(29, 81, 127);
  background-color: transparent;
  text-decoration: underline;
}

.link:active {
  color: rgb(222, 222, 222);
  background-color: transparent;
  text-decoration: underline;
}






#lsc{
  bottom: 0px;
  left: 0px;
  position: fixed;
  height: 215px;
}
#kk{
  bottom: 0px;
  right: 10px;
  position: fixed;
  height: 128px;
}
body{
  background-image: url(images/erthb1.gif);
  background-size: 700px;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: 0;
  background-color: black;
  zoom: 150%;
}
#div{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: auto;
    text-align: center;
}

.entery{
    width: 700px;
    height: auto;
    position: relative;
    background-color: aliceblue;
    outline: 2px solid rgb(40, 40, 40);
    overflow: auto;
    margin-bottom: 10px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.75);
}
.head{
  font-family: 'goofy';
  color: rgb(40, 40, 40);
  top: 15px;
  position: relative;
  text-shadow: 3px 3px rgba(40, 40, 80, 0.25);
}
.txt{
    font-family: 'thinJpixl', Arial;
    color: rgb(40, 40, 40);
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
}
.cover{
  height: 200px;
  position: relative;
  margin-top: 10px;
  outline: 2px solid rgb(40, 40, 40);
  box-shadow: 5px 5px rgba(40, 40, 80, 0.25);
}
.listen{
  width: 220px;
  height: 250px;
  position: relative;
  float: right;
}
.listentxt{
  width: 220px;
  position: relative;
  text-align: center;
  font-family: 'goofy';
  text-shadow: 3px 3px rgba(40, 40, 80, 0.25);
  text-decoration: none;
}
.listentxt:link {
  color: rgb(67, 67, 127);
}
.listentxt:visited {
  color: rgb(67, 67, 127);
}
.listentxt:hover {
  color: rgb(29, 81, 127);
  top: 1px;
  left: 1px;
  text-shadow: 2px 2px rgba(40, 40, 80, 0.25);
}
.listentxt:active {
  color: rgb(67, 67, 127);
  top: 3px;
  left: 3px;
  text-shadow: 0px 0px rgba(40, 40, 80, 0.25);

}

.imglink{
    font-family: 'thinJpixl';
    color: rgb(40, 40, 40);
    margin-top: 0px;
    padding-left: 10px;
    text-align: left;
    word-wrap: break-word;
    font-weight: bolder;
}


#lacy{
  height: 150px;
  float: right;
  position: relative;
}
#tier{
  width: 680px;
  margin-bottom: 0px;
}













#home{
    width: 150px;
    bottom: 10px;
    height: 50px;
    right: 120px;
    position: fixed;
    background-color: aliceblue;
    outline: 2px solid rgb(40, 40, 40);
}
#hometxt{
    font-family: 'goofy';
    height: 15px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: larger;
    position: absolute;
    color: rgb(40, 40, 40);
}