html,
body {
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.wrap {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.clock {
  width: 500px;
  height: 300px;
  /* background: #ddd; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  border-radius: 16px;
  flex-direction: column;
  gap: 20px;
}

.day {
  font-size: 25px;
}

span {
  white-space: nowrap;
}
