@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("bedroom2.jpg");
  height: 640px;
  width: 1000px;
     left: 175px;
     top: 25px;
}

h1{
     text-align: center;
     color: yellow;
     text-shadow: 2px 3px black;
}

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

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