.mainLogo{
    border-radius: 20px;
    width: 100%;
    max-width: 150px;
}
.mainTitle{
    margin-top: 20px;
}
.mainBack{
    background-color: #1e1e1e;
}
body{
    background-color: #f4f4f4;
}
.selectRow{
    background-color: white;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.selectLogos{
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 15px;
}
.playBtns{
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #61ce70 !important;
    background-color: #61ce70 !important;
}
.centerCol{
    display: flex;
    align-items: center;
    justify-content: start;
}
.selectOffers{
    width: auto;
    max-width: 100%;
}
.tt{
    color: black;
}
.footer{
    background-color: #1e1e1e;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-align: center;
}
.footerPre{
    margin-top: 20px;
    background-color: #4d4d4d;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-align: center;
}
.arabic{
 text-align: right;
 direction: rtl;
 unicode-bidi: embed;
 }
 .emailLink{
    color:white;
    text-decoration: none;
 }

@media (max-width:600px) {
    .selectLogos{
        width: 100%;
        max-width: 300px;
        height: auto;
        border-radius: 5px;
    }
    .selectOffers{
        width: auto;
        max-width: 100%;
        margin-top: 20px;
    }
}