
.section{
    background-color: skyblue;
}
.btn{
    color: skyblue;
}

.bg-black {
  background-color: skyblue !important;

.bg-light {
    --bs-bg-opacity: 1;
    background-color: skyblue !important;
}