.rules{
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    list-style-position: inside;
}
.rules ul li::marker{
    content: "➢ ";
}

.comments{
     text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
}
.comments iframe{
    width: 75vw;
    height: 50vh;
}