#circle {
      width: 72px;
      height: 72px;
      -webkit-border-radius: 36px;
      -moz-border-radius: 36px;
      border-radius: 36px;
      background: rgb(240, 130, 50);
      transform: translateX(-50%);
      margin-top: 27px;
}
