

  #circle{
    width: 10rem;
    height: 10rem;
    position: relative;
    border-radius: 100%;
    border: 1px solid #f10808 ;
    border-radius: 50%;
    border: 5px solid #f10808;
    border-top-color: transparent;
    transform: rotate(45deg);
  }