
    h2 {
      color: rgb(198, 25, 135);
      background-color: rgb(189, 207, 230)
    }

    h3 {
      color: rgb(210, 172, 203);
      text-decoration: underline
    }

    p {
      color: rgb(174, 118, 207);
    }

    li {
      color: rgb(209, 40, 97);
    }

    h4 {
      color: rgb(50, 11, 194);
      background-color: rgb(230, 189, 218)
    }

    h5 {
      color: rgb(124, 96, 224);
    }
    title {
      color: rgb(202, 23, 44);
    }
    image {
      img-align: center;
    }
