@import url("https://fonts.googleapis.com/css?family=Bungee");
body {
  background-color: #212121;
  font-family: 'Bungee', cursive;
}

.time {
  height: 350px;
  width: 350px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.time ul {
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 500px;
}

.time ul li {
  position: absolute;
  height: 50%;
  width: 20px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 40px;
}

.time ul li:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.time ul li:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.time ul li:nth-child(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.time ul li:nth-child(4) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.time ul li:nth-child(5) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.time ul li:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.time ul li:nth-child(7) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.time ul li:nth-child(8) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.time ul li:nth-child(9) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.time ul li:nth-child(10) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.time ul li:nth-child(11) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.time ul li:nth-child(12) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.time ul.seconds {
  background-color: #2e282a;
  height: 60%;
  width: 60%;
  z-index: 3;
  color: #aef3e7;
  -webkit-box-shadow: 0px 0px 5px black;
          box-shadow: 0px 0px 5px black;
}

.time ul.minutes {
  height: 80%;
  width: 80%;
  background-color: #efd09e;
  color: #272727;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 5px #a6711b;
          box-shadow: 0px 0px 5px #a6711b;
}

.time ul.hours {
  height: 100%;
  width: 100%;
  background-color: #004e64;
  z-index: 1;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px black;
          box-shadow: 0px 0px 5px black;
}

.time.blow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #2e282a;
  border-radius: 500px;
}

.time.blow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50%;
  opacity: 0.2;
  width: 0px;
  border: 2px solid black;
  z-index: 55;
  border-radius: 50px;
}

.love {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

.love a {
  color: #efd09e;
}
/*# sourceMappingURL=style.css.map */