/* Add custom CSS styles below */ 
.rounded-full {
    border-radius: 9999px;
    border: 1px solid #d1d5db !important;
}
.promo_with_countdown .s-count-down-item-label
 {
    color: #ffffff !important;
    opacity: 1 !important;
}

a.anime-item.mt-8.block.w-full.border.border-white.bg-transparent.px-8.py-3.text-base.font-medium.text-white.hover\:bg-gray-100.hover\:text-gray-800.sm\:w-auto {
    background: red !important;
    border-radius: 12px !important;
    border: 1px solid transparent !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.py-32 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}