
h1:focus {
    outline: none;
}

:root {
    --bs-primary: #2e0586;
    --bs-primary-rgb: 210,58,184;
    --bs-seconday: #d23ab8;
    --bs-secondary-rgb: 48,5,134;
}

.navbar-background {
    background-image: linear-gradient(90deg, #cfcaff, rgb(46 5 134), rgb(210 58 184));
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3);
}

.nav-link {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #d23ab8;
}

.btn-radient {
    background-image: linear-gradient(90deg,#d23ab8,#2e0586);
    color: white;
    padding: 10px 20px;
    border-width: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
}

.row{
    width:100%;
}


section {
    padding: 60px 0;
}

.footer {
    background-image: url('imgs/footer.svg');
    background-color: #D23AB8;
    width:100%;
    min-height:200px;
}


