@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");

body {
  background: #000000;
}

#clock {
  color: #e2e6e7;
  font-family: "Lato", sans-serif;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #9018d6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 120px;
  width: 500px;
  border-width: 4px;
  border-style: solid;
  border-radius: 1000px;
}

.time {
  letter-spacing: 0.05em;
  font-size: 80px;
}
