.tictac{
display: inline-block;
border: 10px double red;
border-radius: 50%;
width: 120px;
height: 125px;
margin-left: 40px;
line-height: 100px;
text-transform: uppercase;
text-shadow: 0px 1px 0px #565656;
padding: 0px 0.8em;
font-size: 14px;
margin-top: 5%;
background: conic-gradient(red 85%);
}