@font-face {
  font-family: 'Pencil';
  src: url(https://facethruthedoor.neocities.org/writing/film-cryptic.ttf);
}

body {
 background-image: url(https://facethruthedoor.neocities.org/writing/skybg.jpg);
 background-position: center;
 background-size: cover;
 background-attachment: fixed;
 background-repeat: repeat;
}

#page {
  margin-top: 30px;
}

header {
  font-family:'Pencil';
  display: block;
  color: white;
  font-size: 70px;
  background-position: center, bottom right;
  background-size: 100%, 100%;
  width: 850px;
  background-color: #818181;
  text-decoration: none;
  letter-spacing: 7px;
  padding-top: 15px;
  padding-bottom: 45px;
  line-height: 0%;
  box-shadow: 0 0 5px 2px white, 0 0 15px 7px #f31d64;
  
}