body {
    background-color: #fdef98; /* same cream yellow */
    font-family: "Comic Neue", "Comic Sans", cursive;
    color: #5a3e1b; /* soft brown */
    margin: 0;
    padding: 0;
}

/* Font load */
.cursive {
    font-family: 'Dancing Script', cursive;
}

/* Page wrapper */
.rnr-wrapper {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
}

/* Main heading */
.main-title {
    text-align: center;
    font-size: 48px; /* bigger header */
    margin-bottom: 40px;
}

/* Rules box */
.rules-box {
    background-color: #fff6c9; /* lighter cream */
    border: 2px solid #d6b96c;
    border-radius: 15px;
    padding: 30px;
}

/* Box heading */
.box-title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

/* Rules list */
.rules-list {
    list-style: disc;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.8;
}

.rules-list li {
    margin-bottom: 10px;
}
