@font-face {
  font-family: 'New Rocker';
  src: url('fonts/NewRocker.ttf') format('truetype');
}

@font-face {
  font-family: 'Determination Mono';
  src: url('fonts/determination-mono.ttf') format('truetype');
}

html {
  height: 100%;
}

body {
  background-image: url("images/scene3.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  margin: 0;
}

p {
  font-family: 'Determination Mono', 'Courier';
  color: white;
  margin: 0px;
}

h1 {
  font-family: 'New Rocker', 'Courier';
  color: white;
  font-size: 50px;
  text-align: center;
  margin: 0px;
}

a {
  font-family: 'Determination Mono', 'Courier';
  color: white;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

a:hover {
  color: blue;
}

hr {
  border-top: solid 1px white;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.scene {
  max-width: 500px;
  margin: auto;
  margin-bottom: 60px;
  border: double white 3px;
  position: relative;
  padding: 20px;
  background-color: black;
}

.snowfall {
  background-image: url("images/snowfall.gif");
  margin: 0;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.changelog {
  max-width: 500px;
  height: 200px;
  overflow: scroll;
  padding: 10px;
  border: solid white 1px;
}

.spacemakermakerofspace {
  height: 20px;
}
