@font-face{
        font-family:'exquisitecorpse';
        src: url('ExquisiteCorpse.ttf');
        }
      @font-face{
        font-family:'pen';
        src: url('HorrorNewYear.otf');
        }
      body{
        background-image:url(https://i.pinimg.com/736x/a3/de/95/a3de95e6218e066869d3ab4355170f99.jpg);
        font-family:exquisitecorpse;
        color:#cb3434;
        }
      h1{
        font-size:100px;
        font-family:exquisitecorpse;
        }
      p{
        font-size:40px;
        font-family:pen;
        background-color:rgba(0,0,0,0.7);
        }
      #back{
        top:0px;
        left:0px;
        position:absolute;
        }
      #back a{
        color:#cb3434;
        font-size:40px;
        }
