a.home {
    font-family: "Panchang";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 3px solid black;
    transition: all 177ms;
}
a.home:hover {
    padding-bottom: 4px;
    border-bottom: 3px solid aquamarine;
}
a.extLink {
    font-family: "Panchang";
    font-size: 14px;
    font-weight: 666;
    letter-spacing: 0.01em;
    margin: 48px 0;
    text-decoration: none;
    color: black;
    padding-bottom: 8px;
    border-bottom: 3px solid black;
    transition: all 177ms;
}
a.extLink:hover {
    padding-bottom: 4px;
    border-bottom: 3px solid aquamarine;
}

a.c2a {
    font-family: "Panchang";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 12px;
    transition: all 177ms;
    color: white;
    background-color: black;
    padding: 12px 24px;
    border-radius: 8px;
}
a.c2a:hover {
    color: black;
    background-color: aquamarine;
}


h1.brand {
    font-family: "Panchang";
    font-size: 36px;
    font-weight: 242;
    color: gray;
}

h1.light {
    font-family: "Inter";
    font-size: 30px;
    font-weight: 242;
    color: gray;
}

h2.brand {
    font-family: "Panchang";
    font-size: 18px;
    font-weight: 666;
    letter-spacing: 0.01em;
    margin: 48px 0;
}

h2.brand a {
    text-decoration: none;
    color: black;
    padding-bottom: 12px;
    border-bottom: 3px solid black;
    transition: all 177ms;
}

h2.brand a:hover {
    padding-bottom: 8px;
    border-bottom: 3px solid aquamarine;
}

h3 {
    font-size: 26px;
    font-weight: 600;
}

p.skillset {
    font-size: 12px;
    font-weight: 600;
    color: grey;
}

img.featureImage {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.08);
    margin-bottom: 24px;
}

footer.container a {
    line-height: 64px;
}