.rule {
    background-color: #232323;
    color: #fff;
    padding: 25px;
    font-weight: 600;
}
.rule h1 {
    margin-bottom: 20px;
}
.rule span.rule-date {
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.rule p {
    font-size: 17px;
    margin-bottom: 15px;
}
.rule ul li {
    font-style: italic;
    list-style: none;
    margin-bottom: 10px;
}
.rule a {
    color: #fff;
}
.rule a:hover {
    text-decoration: underline;
}
.rule h2, h1 {
    color: yellowgreen;
    margin-bottom: 5px;
}