html,
body {
  background-image: url("../images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  direction: rtl;
  min-height: 100%;
  height: 100%;
}

.pointer {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
}
