/* css styles */
.center {
    text-align: center;
  }

  .red-text {
    color: red;
  }
  .blue-text {
    color: blue;
  }