Back

64 - Door knob

<p><div>
<style>
  html {
    background: #191919;
  }
  body {
    width: 100px;
    height: 100px;
    background: #E08027;
    border-radius: 50%;
    border: solid 30px #824B20;
    margin: 70px 120px;
  }
  p, div {
    position: fixed;
  }
  p {
    width: 80px;
    height: 40px;
    left: 140px;
    top: 134px;
    border-radius: 0 0 80px 80px;
    border: 20px solid #FFF58F;
    border-width: 0 20px 20px;
  }
  div {
    width: 20px;
    height: 20px;
    left: 140px;
    top: 140px;
    background: #FFF58F;
    border-radius: 50%;
    -webkit-box-reflect: right 80px;
  }
</style>