     .image_outer_container{
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 50%;
        position: relative;
       }

       .image_inner_container{
        border-radius: 50%;
        padding: 3px;
        background: #833ab4; 
        background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); 
        background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
       }
       .image_inner_container img{
        height: 200px;
        width: 200px;
        border-radius: 50%;
        border: 5px solid white;
       }

       .image_outer_container .green_icon{
         background-color: #4cd137;
         position: absolute;
         right: 30px;
         bottom: 10px;
         height: 30px;
         width: 30px;
         border:5px solid white;
         border-radius: 50%;
       }

      .edit {
        padding-top: 169px;
        padding-right: 85px;
        position: absolute;
        right: 0;
        top: 0;
      }

      .d-flex {
        display: flex;
      }

      ul#menu li {
        display:inline;
      }

      .bg{
        background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: linear-gradient(rgb(252, 176, 69), rgb(253, 29, 29), rgb(131, 58, 180));
        background-size: auto auto;
        background-origin: padding-box;
        background-clip: border-box;
        border-radius: 65px !important;
      }

      .line{
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: auto;
        margin-right: auto;
        border-bottom: inset;
        border-width: 1px;
      }
