.rules-container{
    display: flex;
    flex-direction: column;
    padding: 80px 10px;
    background-color: #171b24;
    color: white;
}

.section{
    margin-top: 20px;
}

.section h3{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section a{
    color: #dd547f;
    text-decoration: none;
}

.payment-info{
    min-height:100vh ;
}