$h3-color: red;

h3 {
  color: $h3-color;
}

.text-align-right {
  text-align: right;
}
