body{
  margin:0;
  background: #f032f0;
  background: linear-gradient(180deg, rgba(240, 50, 240, 1) 26%, rgba(215, 163, 230, 1) 51%, rgba(255, 130, 232, 1) 76%);
  background-image: url(leisi.PNG);
  background-size:40%;
  background-repeat:repeat;
  background-position:center;
}

/* 顶部固定装饰 */
.header{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:70px;
  background-image:url("https://dl.glitter-graphics.com/pub/1141/1141420vavnvbcalv.gif");
  background-repeat:repeat-x;
  background-size:auto 100%;
  z-index:99;
}

/* 底部固定装饰 */
.footer{
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  height:55px;
  background-image:url("https://dl.glitter-graphics.com/pub/1141/1141424e0wp26xa6o.gif");
  background-repeat:repeat-x;
  background-size:auto 100%;
  z-index:99;
}

/* 中间内容框 */
.content{
  width:80%;
  margin: 90px auto 70px auto;
  padding:30px;
  min-height:550px;

  /* 粘贴你这张图完整 neocities 在线链接 */
  background-image: url("fense.PNG");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@font-face {
src: url(https://dl.dropbox.com/s/uougf9v63jmphoj/Jojoba.otf);
font-family: jojoba;
}
 
#jojoba {
font-family: jojoba;
font-size: 2em;
}

@font-face {
font-family: lovely;
src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
}
 
#lovely {
font-family: lovely;
font-size: 2em;
}

@font-face {
font-family: cocomat;
src: url(https://dl.dropbox.com/s/uplbl7tjcqww4va/cocomat.light.ttf);
}
 
#cocomat {
font-family: cocomat;
}