@charset "utf-8";
body {
  background-color: black;
}
#Time {
  user-select: none;
  white-space: nowrap;
  min-width: 400px;
}
#BOX1 {
  background-color: black;
  text-align: center;
  margin-top: 10%;
}
#g_FullYear_D {
  color: white;
  font-size: 100px;
}

#BOX2 {
  background-color: black;
  font-size: 50px;
  justify-content: center;
  display: flex;
  margin-top: 3%;
}
#g_Hours_D {
  color: aqua;
}
#g_Minutes_D {
  color: aqua;
  padding: 0 30px;
}
#g_Seconds_D {
  color: aqua;
}

#BOX3 {
  background-color: black;
  font-size: 50px;
  justify-content: center;
  display: flex;
  margin-top: 3%;
}
#g_Month_D {
  color: blue;
}
#g_Date_D {
  color: blue;
}
#g_Day_D {
  color: gray;
  margin-left: 5%;
}

@media screen and (min-width: 1024px) {
  #BOX1 {
    margin-top: 10%;
  }
  #g_FullYear_D {
    font-size: 150px;
  }

  #BOX2 {
    font-size: 150px;
  }

  #BOX3 {
    font-size: 100px;
  }
}
