@charset "UTF-8";

:root {
    --bs-base: #272780;
    --bs-blue: #2B9BE6;
}

.text-base{
    color: var(--bs-base);
}

.bg-base{
    background-color: var(--bs-base);
}
.btn-base{
    background-color: var(--bs-base);
}

.nav-link{
    color: lightgray;
    margin: 0px 10px;
}
.logo{
    max-width: 80px;
}