body {
    font-family: 'Hanken Grotesk', sans-serif;
}
.btn-success {
    background-color: #A7F388 !important;
    color: black !important;
    outline: none !important;
    box-shadow: none !important;
    --bs-btn-border-color: #desiredColor;
}
.btn-success:focus {
    outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #161540;
}
.yellowbg {
    background-color: #FBEBCA33;
}
footer{
    background-color: #33231E;
    color: white;
}
.lawblue {
    color: #16A2DC;
}


.block_yellow {
    background-color: #FBEBCA33;
    color: black;
}
.block_blue{
    background-color: #547B97;
    color: white;
}
.block_gray{
    background-color: #9C9797;
    color: black;
}
.block_brown{
    background-color: #33231E;
    color: white;
}