/* ================= GLOBAL RESET ================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Poppins",sans-serif;
}

html{
    scroll-behavior:smooth;
    font-size:16px;
}

img{
    max-width:100%;
    height:auto;
}

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

/* ================= GLOBAL SECTION HEADING ================= */

section h1,
section h2{
    font-family: "Oswald", sans-serif;
    font-size: 2.8rem;

    margin-top: 0;
    margin-bottom: 40px;

    text-align: center;
}

/* highlighted words like Me / Projects */

section h1 span,
section h2 span{
    color: rgb(101,28,109);
    margin-left: 8px;
}

/* ================= CONSISTENT SECTION SPACING ================= */

section{
    padding-top: 80px;
}