* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    font-family: 'Latha', sans-serif;
}

.rules-container {
    width: 85%;
    margin: 40px auto;
    background: #fff;
    border-radius: 14px;
    padding: 30px 40px;
    border: 4px solid gray; /* Red */
    box-shadow: 0 0 18px rgba(0,0,0,0.15);
}

.rules-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #a31111;
    margin-bottom: 22px;
}

.rules-list {
    font-size: 19px;
    color: #333;
    line-height: 1.5;
    padding-left: 22px;
}

.rules-list li {
    margin-bottom: 14px;
    padding-left: 4px;
}
