.bg-primary {
    background-color: #505D4E !important;
}

#pillNav2 {
    --bs-nav-pills-link-active-color: #505D4E !important;
}

.nav-link:focus, .nav-link:hover {
    color: #83a192;
}

.text {
    margin-left: 80px;
    margin-right: 80px;
    padding: 10px;
    background-color: #505D4E;
    font-family: "Javanese Text";
    color: white;
}


:root {
    --nz-pink: #f5c2c7;
    --nz-green: #648373FF;
    --nz-mage: #f196a8;
    --nz-mag: #ee92a0;
    --nz-magi: #f69595;

}

a {
    color: lightpink;
    text-decoration: black;
}

a:hover {
    color: lavender;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: pink;
    text-decoration: none;
}

.heading1 {
    text-align: center;
    font-family: Centaur;

}

.img {
    margin-left: 280px;
    margin-top: 30px;
}


.html, body {
    background-color: #EEE6DDFF;
}
