.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.activityRules table tr th {
    color: yellow;
    background-color: #7100f2;
    border: 1px solid #7e10fa;
}

.activityRules table tr td {
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #7e10fa;
    width: 25%;
}

    .activityRules table tr td:nth-child(even) {
        background: #1e0048
    }

    .activityRules table tr td:nth-child(odd) {
        background: #280063
    }

#showDescription {
    border-radius: 0px;
}

    #showDescription p {
        background-color: #280063;
        font-size: 16px;
        color: white;
        font-weight: bold;
        margin: 0px;
        padding: 5px;
    }

.activityRules {
    background-color: #280063;
}

.but-bb {
    background-color: red;
    color: white;
}
.tip1 {
    margin: auto;
    width: 60%;
}
@media screen and (max-width: 960px) {
    .wrap.mobile .activityRules table tr th {
        color: yellow;
        background-color: #7100f2;
        border: 1px solid #7e10fa;
    }

    .wrap.mobile .activityRules table tr td {
        color: #fff;
        border: 1px solid #7e10fa;
    }

        .wrap.mobile .activityRules table tr td:nth-child(even) {
            background: #1e0048
        }

        .wrap.mobile .activityRules table tr td:nth-child(odd) {
            background: #280063
        }

    .wrap.mobile #showDescription {
        border-radius: 0px;
    }

        .wrap.mobile #showDescription p {
            background-color: #280063;
            font-size: 16px;
            color: white;
            font-weight: bold;
            margin: 0px;
            padding: 5px;
        }

    .wrap.mobile .activityRules {
        background-color: #280063;
    }

    .wrap.mobile .but-bb {
        background-color: red;
        color: white;
    }

    

}
@media screen and (max-width: 576px) {
    .tip1 {
        margin: auto;
        width: 90%;
    }
}