@import url("default.css");

.red-text {
    color: red;
}

.green-text {
    color: green;
}

.blue-text {
    color: blue;
}

.yellow-text {
    color: yellow;
}

.bd-header{
    box-shadow: 0 0rem 0rem 0 rgb(255,172,0); /* var(--pst-color-shadow); */
}

/* Navbar elements */
.bd-navbar-elements {
    text-align: center;
}

/* Centering the page content */
.bd-main .bd-content {
    display: flex;
    justify-content: center;
}

/* Removing navbar shadow */
.sd-shadow-sm {
    box-shadow: 0 0rem 0rem rgba(250, 250, 250, 0.6) !important;
    }

/* anything related to the light theme */
html[data-theme="light"] {
    /* whatever you want to change */
}

/* anything related to the dark theme */
html[data-theme="dark"] {
    /* whatever you want to change */

}
