mat-card {
  margin-bottom: 20px;
  background-color: #b2ebf2;
}

mat-card-content > :first-child {
  margin-top: 20px;
}

mat-toolbar {
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #bbdefb;
}

.outer-card {
  border-radius: 8px;
}

.btn-right {
  float: right;
}