.block {
    background-color: white;
    border-radius: 9px;
}

.block-header {
    padding: 20px;
    background-color: aliceblue;
    border-radius: 9px;
}

.badge{
    color:#181c32; 
 }