@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{
     margin: 0px auto;
     width: 900px;
     height: 477px;
     background: url("santafacedown.png");
     position: relative;
     top: 130px
}

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

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

a:hover{
     color: yellow;
     text-shadow: 2px 3px yellow;
}