@font-face {
  font-family: 'mountains_of_christmasregular';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/35984/mountainsofchristmas-webfont.woff2') format('woff2'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/35984/mountainsofchristmas-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}


svg {
  width: 90%;
  height: 90%;
  visibility: hidden;

}

#endMessage {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 2.2rem;
  text-anchor: middle;
  text-align: center;
  fill: #2c3e50;
  color: #2c3e50;
  opacity: 0;
  letter-spacing: 1px;
  font-weight: 500;
}

a {
  color: #2c3e50;
  text-decoration: underline dotted #2c3e50;
}

a:visited {
  color: #c0392b;

}