p.title {
    padding: 5% 0 0 0; 
    color: gold; 
    font-size: 1.25em; 
    margin-bottom: 1.25em;
    text-align: center;
}

.textOfRules {
    color: white;
    width: 100%;
    padding: 3%;
}

p ul {
    list-style: none;
    margin-bottom: 1em;
}

p ul li {
    color: white;
}

p ul li::before {
    content: "\2022";
    color: white;
    font-size: 20px;
    display: inline-block;
    width: 1em;
    margin-left: 2em;
}

@media (max-width: 415px) {
    p.title {
        font-size: 20px;
    }

    
    .textOfRules {
        font-size: 14px;
        line-height: 21px;
        padding: 4%;
    }
}