html body {
    background-color: hsla(252.44, 71.93%, 77.65%, 1) !important;
    color: hsla(309.47, 52.29%, 21.37%, 1) !important;
}

.navbar {
    background-color: hsla(252.44, 71.93%, 77.65%, 1) !important;
    color: hsla(309.47, 52.29%, 21.37%, 1) !important;
}

.navbar-brand {
    color: white !important;
}

.btn-outline-secondary {
    color: hsla(309.47, 52.29%, 21.37%, 1) !important;
}

.text-body-emphasis {
    color: hsla(309.47, 52.29%, 21.37%, 1) !important;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.text-info {
    color: hsla(309.47, 52.29%, 21.37%, 1) !important;
}

.img-links {
    background-color: white;
    border-radius: 15px;
}

.btn-purple {
    fill: rgb(83,26,74);
}
