
body{
    font-family: Times New Roman;
    background: #eeeeee;
}

.tieude{
    color: green;
}

.box1{
    width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f5e257;
    border: 2px solid blue;
    border-radius: 10px;
    text-align: center;
}

.box1 h2{
    color: brown;
}

.box1 p{
    text-align: justify;
    font-size: 16px;
}

.box2{
    width:360px;
    margin:30px auto;
    padding:20px;

    border:2px solid blue;
    border-radius:10px;

    text-align:center;
}
.box2 h2{
    color: rgb(208, 223, 3);
}

.hinhanh{
    width:100%;
    border-radius:8px;
    margin-bottom:10px;
}

.box2 p{
    text-align:justify;
}
