.top > .time {
  width: calc(100% + 60px);
  height: 100%;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}

.top > .time > .clock {
  display: grid;
  margin: 5px 5px;

  span,
  p {
    color: rgba(255, 255, 255, 0.6);
  }

  & > .title {
  }
  & > .time {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 900;
    font-size: 20px;
  }
  & > .timezone {
    display: flex;
  }
}
