html {
    position: relative;
}

a {
    text-decoration: none !important;
}

/* Navbar */
nav {
    min-height: 5rem;
}

/* Footer */
/* footer {
    background-color: black;
    min-height: 2rem;
    padding: 1rem 0;
} */


/* Color Picker */
.bg-blue-radit {
    background: rgb(2,81,150);
    background: linear-gradient(90deg, rgba(2,81,150,1) 0%, rgba(9,9,121,1) 100%);
    }

.bg-yellow-radit {
    background: rgb(255,197,10);
    background: linear-gradient(90deg, rgba(255,197,10,1) 0%, rgba(255,231,94,1) 100%);
    }

.text-blue-radit {
    color: #025196;
}

.text-yellow-radit {
    color: #FFC50A;
}