:root
{
    --bs-primary: #8c29e9;
    --bs-primary-rgb: 217, 27, 92;
    --bs-secondary: #00a3a5;
    --bs-highlight: #0095da;
    --bs-light: #f8f9fa;
    --bs-dark: #382e32;
    --bs-navbar: #382e32;
}

h1, h2, h3, h4, h5, h6{font-family: 'Raleway';}

.navbar-dark .navbar-nav .nav-link:hover{color:var(--bs-light);text-decoration: underline;}

.container{max-width: 1280px;}

li{margin-bottom:1em;}