body{
  background-color:black;
  color:red;
  }
a{
  color:red;
  }
#photo{
  margin:auto;
  width:50%;
  }
#photo img{
  width:200px;
  }
#text{
  margin:auto;
  width:50%;
  }
#next{
  right:0;
  top:100px;
  position:fixed;
  }
#last{
  left:0;
  top:100px;
  position:fixed;
  }