@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;
  position: relative;
  height: 745px;
  width: 999px;
  background: url("principaloffice6.jpg"); 
}

h1{
  text-align: right;
  color: yellow;
  text-shadow: 2px 3px black;
  font-size: 60px;
  position: relative;
  top: 320px;
  left: -15px
}

.next{
  position: absolute;
  font-family: 'christmas_card_ii';
  font-size: 75px;
  color: yellow;
  text-shadow: 1px 3px black;
  top: 10px;
  left: 20px;
}

a:hover{
  color: #2095b2;
  text-shadow: 2px 3px black;
}