<style>
*, *:after, *:before {
box-sizing: border-box;
}
html {
background: #222;
overflow: hidden;
font-family: 'BenchNine', sans-serif;
}
.clock-container {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 480px;
height: 480px;
border-radius: 50%;
overflow: hidden;
background: #111;
box-shadow: 0 0 25px 3px #000, 0 0 10px rgba(0, 0, 0, 0.8) inset;
}
.clock-container .spear {
position: absolute;
width: 220px;
height: 1px;
background: red;
left: 50%;
top: 50%;
transform: translateY(-50%);
z-index: 200;
box-shadow: 0 3px 3px rgb