.container{
    max-width:1000px;
    margin:40px auto;
    padding:20px;
}

.law-box{
    background:#ffffff;
    border:2px solid rgb(232, 162, 117);
    border-radius:12px;
    padding:25px;
    line-height:2.2;
}

.law-title{
    font-size:22px;
    color:rgb(116, 65, 246);
    margin-bottom:15px;
    font-weight:bold;
}

.article{
    margin-bottom:20px;
}

.article-title{
    font-weight:bold;
    color:rgb(232, 162, 117);
}

.note{
    background: rgba(232,162,117,0.2);
    padding:15px;
    border-radius:10px;
    margin-top:15px;
}

        