html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  min-height: 100vh;
  direction: rtl;
  height: 100%;
  background-color: #000000;
}

#first {
  background-image: url("OraWatchGallery.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.container {
  max-width: 768px;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
}

.link-icon {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
}
.link-icon img {
  max-width: 60px;
}
.link-icon img:hover {
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.145);
  transform: translateY(-5px);
  transition: transform 0.2s ease-in-out;
}
