#bbb {
  .app-title {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px;
    line-height: 1.3;
  }

  .app-header {
    width: 100%;
    height: 50px;
    margin: 1rem 0 1rem 0;
    display: flex;
    align-items: center;
  }
  .app-container {
    width: 100%;
    align-items: center;
  }
  .settings-btn {
    margin-right: 1rem;
    text-transform: none;
  }
  .btn {
    text-transform: none;
  }
  .card-wrapper {
    margin: 1rem;
  }
  .class-card-action {
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
  }
  .class-card-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: start;
  }
  .class-card-more-option {
    box-shadow: none;
    border: none;
  }
}
