
@font-face {
  font-family:"space age";
  src:url("../fonts/space_age.ttf");
}

body {
  background: #cdd3b7;
  background-image:url(../img/planet2.jpg);
  background-repeat:no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
}

a {
  text-decoration: none;
  color: #f5ea80;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

// div {
//   background: green;
// }

div.page {
  width: 750px;
}

div.line {
  position:absolute;
  top:0%;
  margin-top:20px;
}

div.float_right {
  float: right;
}

div.vignette {
  // float: left;
  position:relative;
  font-family: arial, sans-serif;
  width: 160px;
  max-width: 160px;
  height: 160px;
  padding: 10px;
  margin: 10px;
  margin-left: 350px;
  background-image: url(../img/pluton.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

div.vignette p {
  position: relative;
  top: 28px;
  text-align: center;
  font-family: "space age", arial, times, verdana;
  font-size: 32px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #dfd000;
  font-variant:small-caps;
}

div#pos1 {
  margin-left: 200px;
  margin-top: 400px;
}
div#pos2 {
  margin-left: 460px;
  margin-top: -300px;
}
div#pos3 {
  margin-left: 720px;
  margin-top: -260px;
}
div#pos4 {
  margin-left: 980px;
  margin-top: -230px;
}
