#top_text{
    width: 100%;
    height: 1,5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid;
    margin: 0;
    padding: 0;
}

#mid{
    width: 100%;
    height: 0,125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2{
    text-align: center;
    width: 100%;
    border-bottom: 3px solid;
}

#main_rules{
    background-color: #f1f1f1f1;
    border: 0.450rem solid #1F1F1F1F ;
    border-radius: 20px;
    width: 77%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.875rem;
    margin-top: 2rem;
    padding-left: 3rem;
}

