.bg-lodestone {
    background-color: darkblue !important;
}

.h-96 {
    height: 24rem;
}

.text-lodestone {
    color: darkblue;
}

a:hover, span:hover {
    color: darkblue;
}

