@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("brownbat2.png");
  height: 257px;
  width: 60px;
  text-indent: -99999px;
  top: 304px;
  left: 200px
}

.gothim:hover{
  opacity: .8;
  
}
