.big {
  background-image: url(https://clocktaymer.netlify.app/img/bcg.jpg);
  width: 1712px;
  height: 996px;
  margin-left: -10px;
  margin-top: -22px;
}
.big .back .i1 {
  width: 450px;
  margin-left: 620px;
  margin-top: 190px;
}
.big .back .menu-clock {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: -320px;
  margin-left: -24px;
}
.big .back .menu-clock .hour {
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  background-color: rgb(216, 214, 214);
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.big .back .menu-clock .minute {
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  background-color: rgb(216, 214, 214);
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.big .back .menu-clock .second {
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  background-color: rgb(216, 214, 214);
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.big .back .h-h {
  margin-left: -13px;
  margin-top: -100px;
  gap: 50px;
  color: white;
  display: flex;
  justify-content: center;
}
.big .back .Back-in a {
  cursor: pointer;
  text-decoration: none;
  color: rgb(241, 194, 24);
  display: flex;
  justify-content: center;
  margin-left: -24px;
  margin-top: 100px;
}
.big .back .Back-in a:hover {
  color: rgb(241, 216, 125);
  transition: 0.4s;
}/*# sourceMappingURL=clock.css.map */