.color-blue {
    color: blue;
}
.h-2px{
    height: 2px;
}
.list-disc	{
    list-style-type: disc;
}
.list-decimal	{
    list-style-type: decimal;
}
.list-circle	{
    list-style-type: circle;
}
.font-normal {
    font-weight: 400;
}
.w-2vw {
    width: 2vw;
}
.h-2vh {
    height: 2vh;
}
.bg-lightpurple {
    background-color: #9966FF;
}
.bg-lightpink {
    background-color: #FF6384;
}
.bg-lightgrey{
    background-color: #C9CBCF;
}
.bg-lightorange {
    background-color: #FF9F40;
}
.bg-lightyellow {
    background-color: #FFCD56;
}
.bg-lightgreen {
    background-color: #4BC0C0;
}
.bg-lightblue {
    background-color: #36A2EB;
}