/********************* Basic *********************/

main h4.subject{
   color: #ff2f82;
}

/********************* section-1 *********************/

main section:nth-of-type(1) .subject{
   color: #6bbef8;
}
main section:nth-of-type(1) .explain{
   color: #0f576c;
}
main section:nth-of-type(1) .price{
   color: #0f576c;
}

/********************* section-2 *********************/

main section:nth-of-type(3) p:nth-of-type(1){
   color: #f45888;
}
main section:nth-of-type(3) p:nth-of-type(1) span{
   background-color: #96f2b9;
   color: #000;
   font-weight: bold;
}
main section:nth-of-type(3) p:nth-of-type(2){
   color: #45a734;
}
