body {
  margin: 0;
  font-family: sans-serif;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  background: url("https://images.unsplash.com/photo-1665134866263-ea79306c5b27?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80");
  background-size: cover;
  overflow: hidden;
}

.dig {
  color: rgb(250, 250, 250);
  text-align: center;
  font-size: 20px;
}

.digtal_clock {
  display: flex;
  flex-direction: column;
}

.digts {
  display: flex;
  flex-direction: row;
}

.hour {
  display: flex;
  flex-direction: column;
}
.mintes {
  display: flex;
  flex-direction: column;
}
.secondes {
  display: flex;
  flex-direction: column;
}

.numbers {
  margin-top: 20px;
  margin-left: 10px;
  opacity: 80%;
  background: rgb(28, 39, 162);
  color: white;
  height: 130px;
  width: 100px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.underText {
  text-align: center;
  background-color: blueviolet;
  color: white;
  opacity: 80%;

  margin-left: 10px;
  margin-top: 2px;
  height: 50px;
  width: 100px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ampm {
  margin-top: 152px;
  margin-left: 2px;
  font-size: 30px;
  height: 50px;
  width: 100px;
  opacity: 80%;

  text-align: center;
  color: white;
  background-color: rgb(21, 107, 37);
  display: flex;
  align-items: center;
  justify-content: center;
}

.day {
  display: flex;
  justify-content: center;
  align-items: center;
}
