.container #welcome
{
    height: 120px;
}
.container #legal
{
    margin-top: 100px;
}
.container #legal #stitle
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
.container #legal #stitle h1
{
    font-size: 45px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
}
.container #legal #stitle p
{
    color: #636363;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.container #legal #stitle .stripe
{
    width: 300px;
    height: 4px;
    background: gray;
    margin-top: 5px;
    border-radius: 30px;
    opacity: 10%;
}
.container #legal #rules
{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #636363;
    gap: 10px;
    padding-bottom: 30px;
}
.container #legal #rules p
{
    max-width: 85%;
    font-family: 'Poppins', sans-serif;
}