body {
  background-image: url(img/milky-way-2695569_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
a{
     position:absolute;
     top:100px;
     color: rgb(255,255,255);
}
a:active{
     color: rgb(255,255,255);
}
a:visited{
    color: rgb(255,255,255);
}
.text{
    font-size:16px;
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
    #text-align: center;
}
p{
  width: 150px;
  margin: 0px;
}
#page{
  width: 970px;
  text-align: left;
  margin: 0 auto;
}
#search{
  float: right;
}
#search nav{
  left: 180px;
  top: 50px;
  position:absolute;
}
#search img{
   position:absolute;
   left: 200px;
   top: -138px;
   transform: rotate(90deg);
}
