@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("gethim2.png");
  height: 526px;
  width: 880px;
  left: 260px;
  top: 105px;
}

h1{
  position: relative;
  top: -95px;
  color: white;
  text-shadow: 2px 3px red;
}

.gothim{
  position: absolute;
  background: url("fryingpan3.png");
  height: 164px;
  width: 122px;
  text-indent: -99999px;
  top: 385px;
  left: 180px
}

.gothim:hover{
  opacity: .8;
  
}