@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');
}

body {
  background-color: black;
}

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: 30px;
}

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

a:hover {
  color: blue;
}

.scene {
  max-width: 650px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border: double white 3px;
}

.sceneimg {
  max-width: 100%; 
  max-height: 100%;
  display: block;
}