.rules {
    color: rgb(204, 139, 59);
    list-style: decimal inside;
    word-spacing: normal;
    padding:15px;
    text-align: left;
    background-color: rgba(255, 235, 205, 0.6); 
}
.rules li {
    margin-bottom: 12px;
}