.btn:where(.astro-5EUNQZKT):hover {
    color: #fff;
    background-color: #b66d6d
}

.btn:where(.astro-5EUNQZKT) {
    color: #fff;
    background-color: #d88788;
    width: 150px;
    height: 34px;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 3px 5px 5px rgb(0, 0, 0, 0.4);
}
