.right-img {
  float: right;
}
body {
  background-image: url("gobelin.jpg");
  background-repeat: repeat; /* repeats both horizontally and vertically */
}
