#container {
    width: 900px;
    margin: auto;
}

#content1, #content2{
    margin: 20px auto;
    border: 2px solid blue;
    padding: 10px;
    border-radius: 10px;
}

#content1 {
    background-color: rgba(240, 235, 189, 0.966);
}

#content2 {
    background-image: url("https://elead.com.vn/wp-content/uploads/2022/12/HNGD-1_NKRI.jpg");
    width: 450px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clear: both;
}

h1 {
    color: rgb(202, 75, 75);
    font-size: 25pt;
    text-align: center;
}

p {
    font-size: 18pt;
    text-align:justify;
    text-indent: 60px;
}

#content2 p{
    color: rgb(212, 212, 149);
}

h2{
    color:rgba(221, 221, 40, 0.945);
    font-size: 25pt;
    text-align: center;
}