.user-profile-container {
  .user-profile-content-block {
    display: flex;
    .user-profile-logo {
      height: 100px;
      width: 100px;
      display: flex;
      justify-content: center;
      font-size: 30px;
      background-color: #f5f5f5;
      align-items: center;
      border-radius: 50%;
    }
    .user-profile-content {
      margin-left: 20px;
      margin-top: 10px;
    }
    .user-profile-name {
      font-weight: 600;
    }
  }

  .user-profile-options {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid #dddddd thin;
  }
}
