body{
  font-family: Garamond, Georgia, serif;
  color: white;
  position: relative;
  background-image: url(../img/fondos/shootingstar.gif);
  background-size: 600px;
  margin: 5px;
}
nav{
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding-bottom: 1rem;
  justify-content: space-evenly;
}
p{
  font-size: 18px;
}
a{
  color: #777;
}
a:hover{
  color: blue;
}
.right{
  position: absolute;
  right: 0;
}