body {
  background-image: url("q.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: blue;
}
a {
  color: blue;
}