*, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: 0 none;
  list-style: none;
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: gainsboro;
}
body .container {
  overflow: hidden;
  background-size: cover;
  border: 25px solid black;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 7px black;
  width: 400px;
  height: 400px;
  background-color: #483DC1;
  background-image: url("8.png");
}
body .container #centro {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  margin: auto;
  box-shadow: 0px 0px 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #000;
}
body .container #segundos {
  z-index: 8;
  position: absolute;
  margin: 30px 197px;
  box-shadow: 0px 0px 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transform-origin: 3px bottom;
  width: 5px;
  height: 170px;
  background-color: #bc0a24;
}
body .container #minutos {
  z-index: 6;
  position: absolute;
  margin: 40px 195px;
  box-shadow: 0px 0px 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transform-origin: 5px bottom;
  width: 10px;
  height: 160px;
  background-color: #000;
}
body .container #horas {
  z-index: 4;
  margin: 75px 195px;
  position: absolute;
  box-shadow: 0px 0px 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  transform-origin: 5px bottom;
  width: 10px;
  height: 125px;
  background-color: #000;
}