.btn-blue {
    background-color: #B566FF;
    color: #fff;
}
.btn-blue:hover {
    background-color: #A020F0;
    color: #fff;
}
.f-19 {
    font-size: 19px;
}
.btn-get-livedraw {
    display: block;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%; /* Ensure buttons fill the container width */
}
.flag-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 8px;
}
            /* Style for the h2 with background color and bold text */
.bg-custom {
background: radial-gradient(circle, #A020F0 30%, #B566FF 50%, #FFD700 80%, #C0C0C0 100%);
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}