.pb-10 {
    padding-bottom: 2.5rem;
    margin-top: 22px;
}
a.block.py-3.text-sm.text-center.text-blue-800.uppercase.font-bold.leading-normal.border-2.border-blue-800.hover\:bg-blue-50.transition.duration-200 {
    background: #ffcc00;
    color: black;
    border-radius: 5px;
    box-shadow: inset 1px -1px 2px 0px;
}
a.block.py-3.text-sm.text-center.text-blue-800.uppercase.font-bold.leading-normal.border-2.border-blue-800.hover\:bg-blue-50.transition.duration-200:hover {
    background: #000;
    color: white;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 0px;
}
.pb-10 {
    padding-bottom: 2.5rem;
    margin-top: 22px;
    border: 0.6px dashed;
    border-radius: 5px;
}
.clip-path-right-badge{
    border-radius: 5px 0px 0px 0px;
}