@font-face {
  font-family: "Technoid";
  src: url(../fonts/technoid.ttf) format("truetype");
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  font-family: "Technoid", sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 200%;
}
a {
  color: #fff;
}
h1 {
  font-weight: normal;
}
.contents {
  margin: 0 auto;
  padding: 20px;
}
.center {
  text-align: center;
}
.profile-img {
  width: 100px;
  float: left;
  padding-top: 10px;
  padding-right: 20px;
}
.star, .asteroid {
  z-index: -1;
  position: absolute;
  top: -2000px;
}
.ship-area {
  height: 100px;
  position: relative;
}
.ship {
  width: 42px;
  position: absolute;
  left: 0;
}
.footer {
  text-align: right;
}
.footer img {
  width: 50px;
}
