body{
    font-family: Arial;
    background:#f2f2f2;
    text-align:center;
    padding:40px;
}


.top-box{
    width:700px;
    margin:auto;
    background:#f7f1d1;
    border:2px solid #3a5aa8;
    border-radius:10px;
    padding:25px;
}

.top-box h2{
    color:#8b1a1a;
    margin-bottom:15px;
}

.top-box p{
    font-size:16px;
    line-height:1.6;
    text-align:justify;
}



.bottom-box{
    width:450px;
    height:260px;
    margin:40px auto;
    padding:20px;
    border-radius:10px;
    border:2px solid #3a5aa8;

    background-image:url("/Tuan5/img/db635b71c8e146bf1ff0.jpg");
    background-size:cover;
    background-position:center;

    color:white;
}

.bottom-box h3{
    color:#e6d86a;
    margin-bottom:15px;
}

.bottom-box p{
    font-size:14px;
    line-height:1.6;
    text-align:justify;
}