/* Adding Colors */
.c-orange {
    color: orangered;
}


/* Adding Font Family  */
body {
    font-family: 'Montserrat', sans-serif;
}

