

@font-face {
    font-family: 'Muff';
    src: url('../src/font/Muff.woff2') format('woff2'),
         url('../src/font/Muff.woff') format('woff'),
         url('../src/font/Muff.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nikki';
    src:
        url('../src/font/YumeNikkiTitleScreen.woff2') format('woff2'),
         url('../src/font/YumeNikkiTitleScreen.woff') format('woff'),
         url('../src/font/YumeNikkiTitleScreen.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

#wikibg{
  background-image: url("../src/imp/Space_parallax.png");
}


p {
    font-family: 'Muff';
    font-size: 20px;
}


h3{
    font-family: 'Muffdiff';
    font-size: 30px;
}


h4{
    font-family: 'Nikki';
    font-size: 40px;
    font-weight: normal;
}

h5{
    font-family: 'Nikki';
    font-size: 20px;
    font-weight: normal;
}










#main, #nav {
	margin: 0 auto;
	max-width: 1280px;
}