.bg-red{
    background-color: #fc466b;
}
.bg-black{
    background-color: #212121;
}
.bg-sky{
    background-color: #03a9f4;
}
.text-red{
    color: #fc466b;
}
.bg-footer{
    background-image: radial-gradient(circle at -2.23% 40.79%, #232120 0, #131517 50%, #00020c 100%);
    /* background-color: #ffff; */
}
.bg-dark-2{
    background-image: radial-gradient(circle at 37.72% -19.64%, #ffffff 0, #ffffff 16.67%, #ffffff 33.33%, #ffffff 50%, #eee3e7 66.67%, #e0ced6 83.33%, #d6c1cd 100%);
}