body{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    background-color: #000;
    color:#FFF;
    letter-spacing:1px;
    line-height:9px
    padding:0px;
    font-family: 'MS ';
    font-size: 12px;
}

a{
    text-decoration: none;
    color:red;
}

a:hover{
color:#f8b9d4
}

/* ===================================
index
=================================== */

#index{
background-color: #000;
background-image: url('https://bisuko.neocities.org/NEW/graphics/homepage/tumblr_inline_mkjkwp5xlN1qz4rgp.png');
color: #000;
margin-top:60px;

}

#index a{
font-family: 'Courier New';
font-size: 11px;
color: #FFF;
text-decoration: none;
text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
}

/* ===================================
fonts and headings n whatnot
=================================== */
@font-face {
    font-family: 'heartfont';
    src: url('https://bisuko.neocities.org/fonts/heartfont.ttf')  format('truetype');
}

@font-face {
  font-family: EmojiFont;
  src: url(https://bisuko.neocities.org/fonts/EmojiFont.ttf)  format('truetype');
}

@font-face {
  font-family: Cherish;
  src: url'(https://bisuko.neocities.org/fonts/Cherish.ttf')  format('truetype');
}

h1 {
font-family: 'Cherish';
font-size: 40px;
color: #000;
text-decoration: none;
text-shadow: 0 -1px red, 1px 0 red, 0 1px red, -1px 0 red;
}

h2 {
font-family: 'heartfont';
margin: 0px;
font-size: 30px;
color: #000;
text-decoration: none;
text-shadow: 0 -1px #FFF, 1px 0 #FFF, 0 1px #FFF, -1px 0 #FFF;
}

/* ===================================
for mobile
=================================== */

@media screen and (max-width: 600px){
body{
font-size:12px;
}
#wrapper{
margin:0;
padding:0px;
width:100%
}
#contents,#menu,#main{
float:none;
height:auto;width:100%
}

/* smaller img display */
img{
height:auto;
max-width:100%
}
}

