:root {
    --body-bg: rgb(255, 248, 231);
    --maincolor: #000000;
    --secondarycolor: #f69a22;
    --maingreen: #264c25;
    --mainwhite: #fafafa;
    --metblack: #222222;
    --black: #000000;
    --logblue: #003466;
    --defaultTextColor: #000000;
}

a{
    text-decoration: none;
    color: var(--black);
}


.section-top-padding{
    padding-top: 30px;
}
.section-bottom-padding{
    padding-bottom: 30px;
}