.mainRules{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 93vh;
}
.mainRules object{
    height: 100%;
    width: 1100px;
}
.underline{
    width: 80%;
    height: 4px;
    background-color: #B10000;
    margin: 2% 0;
}
h1{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 3rem;
    color: #fff;
    font-family: Poppins;
}
p{
    color: #fff;
}
@media screen and (max-width: 1100px){
    .mainRules object{
        width: 90vw;
    }
}