@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'mountains_of_christmasregular';
    src: url('mountainsofchristmas.woff2') format('woff2'),
         url('mountainsofchristmas.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'christmas_card_ii';
    src: url('chrici__.woff2') format('woff2'),
         url('chrici__.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{ 
font-family: 'mountains_of_christmasregular';
  background: black;
}

.background{
  position: relative;
  background: url("santafacedownblood.jpg");
  height: 477px;
  width: 900px;
  left: 250px;
  top: 100px
}

h1{
  position: relative;
  color: yellow;
  top: -90px;
  color: yellow;
     text-align: center;
     text-shadow: 2px 2.5px red; 
     
     
     
}

.restart{
  font-family: 'christmas_card_ii';
      position: absolute;
     top: 385px;
     left: 485px;
     font-size: 75px;
     color: white;
     text-shadow: 2px 3px red;
}

.restart:hover{
  color: red;
  text-shadow: 2px 3px white;
}