@font-face {
font-family: spirit; 
src: url(https://dl.dropbox.com/scl/fi/npu6iooiwovhxljcjoeex/spirit.ttf?rlkey=eubwh1fc2c460q68exstay65d&dl=0);
}

* {
  cursor: url(https://cur.cursors-4u.net/smilies/smi-3/smi268.ani), url(https://cur.cursors-4u.net/smilies/smi-3/smi268.gif), auto !important;}
a {
    color: inherit;
}
body {
  background: url(https://i.pinimg.com/736x/39/06/16/3906161f2da7779c794acfcc12bc2fed.jpg);
  image-rendering: pixelated;
  align-items: center;
  margin: 0 auto;
  font-family: 'ms pgothic';
  width: 90%;
  height: 100%;
  background-repeat: repeat;
  background-size: 400px;

}


#header {
  position: absolute;
    top: 0px;
    left: 85px;
    z-index: 40;
    margin-top: 50px;
    width: 90%;
    

}

#header p1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 50px;
  margin-left: 200px;
  color: #5d5250 ;
  text-shadow: -1px 0 #FF91BD, 0 1px #FF91BD, 1px 0 #FF91BD, 0 -1px #FF91BD, 0 0;
  font-weight: 600px;
}


#container {
  background: url(https://i.pinimg.com/736x/5a/8b/20/5a8b206530cc98fa3e84a1e8e9ff469a.jpg);
  margin: 0 auto;
  display: flex;
  padding: 10px;
  width: 735px;
  height: 413px;
  flex-direction: column;
  position: relative;
  align-items: left;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  margin-top: 100px;

}

#txt {
  text-align: center;
  align-items: center;
  margin-top: 180px;
  margin-left: -10px;
  font-size: 32px;
  color: #5d5250 ;
  font-family: 'spirit';
}


.miku {
  position: absolute;
    bottom: 0px;
    right: 0px;
    image-rendering: pixelated;
    width: 110px;
    margin-right: 400px;
    z-index: 20;
    margin-bottom: -0px;
    
  
}

#footer {
  margin: 0 auto;
  text-align: center;
  font-family: ms pgothic;
  color: deeppink;
  text-shadow: 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white, 0 0 3px deeppink;
  position: relative;

}