:root{
    --color-yellow: #FCD672;
    --color-black: #000000;
    --color-white: #fff;
    --color-brown: #684130;
    --color-orange: #F75E02;
    --color-grey: #A2A2A2;
    --color-red: #FF0000;
    --base-transition: all .2s ease-in-out;
}

body{
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 27.28px;
    color: var(--color-black);
}
img{
    max-width: 100%;
}
.text-center{
    text-align: center !important;
}
.pos-relative{
    position: relative;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-30{
    margin-top: 30px;
}
.mt-35{
    margin-top: 35px;
}
.mb-30{
    margin-bottom: 30px;
}
a{
    color: #ef5e06;
}