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

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

a:hover {
  color: blue;
}

.scene {
  max-width: 1000px;
  margin: auto;
  margin-top: 110px;
  margin-bottom: 30px;
  border: double white 3px;
  position: relative;
}

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

.welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.about:hover {
  transform: rotate(5deg);
}

.art {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.art:hover {
  transform: rotate(5deg);
}

.music {
  position: absolute;
  bottom: 80px;
  right: 150px;
}

.music:hover {
  transform: rotate(5deg);
}

.ocs {
  position: absolute;
  bottom: 120px;
  left: 290px;
}

.ocs:hover {
  transform: rotate(5deg);
}

.shrines {
  position: absolute;
  bottom: 120px;
  right: 310px;
}

.shrines:hover {
  transform: rotate(5deg);
}

.altar {
  position: absolute;
  top: 100px;
  right: 250px;
}

.altar:hover {
  transform: rotate(5deg);
}

.links {
  position: absolute;
  top: 40px;
  left: 70px;
}

.links:hover {
  transform: rotate(5deg);
}
