div.question
size=100px
.question
width size
height size
background white
border-radius 100%
position fixed
top size
left size
box-shadow:0px size*2 0 size*0.2*(-1) black,0 0 0 size*0.5 black
.question::before
content ""
background:black
width (size/2)
height size*0.5
display block
postion absolute
margin-left:size*0.25
margin-top:size*1.25
box-shadow size*0.5*(-1) size*0.5*(-1) 0 size*0.25 white
.question::after
content:""
width:size*0.5
height:size*0.5
border-radius 50%
background black
display block
margin-top:-75%
margin-left:25%
box-shadow:size*0.75*(-1) size*0.75*(-1) 0 0 black,0 size*0.5 0 0 black