/* Color Palette
# - #75ff00
# - #000000
# - #30e2ad
# - #5e5c63
*/

/* Global styles 
------------------------------------*/
body {
    font-family: "Pangolin", cursive;
    font-weight: 400;
    font-style: normal;
}


/* Header & Footer 
------------------------------------*/
header, footer{
    background: #75ff00;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal; 
}

h1,h2{
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: normal; 
    font-size: 35px;
}

/* Work Experience
------------------------------------*/
#Work-Experience{
    background: #30e2ad;
}


/* Education
------------------------------------*/
#Education{
    background: #5e5c63;
}