:root{
    --color-yellow: #FCD672;
    --color-black: #000000;
    --color-white: #fff;
    --color-brown: #684130;
    --color-orange: #F75E02;
    --color-grey: #A2A2A2;
    --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;
}
