:root {
    --bg-color: #000;
    --text-color: #fff;
    --light-white-color: #a7a7a7d6;
    --light-dark-color: #090909;
}

.df-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.df-c-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.df-c-fc {
    display: flex;
    flex-direction: column;
    align-items: center;
}