body{
    font-family: 'Times New Roman', Times, serif;
    background: #f2f2f2;
    text-align: center;
    padding: 40px;
}
.nd{
    width: 700px;
    margin: auto;
    background: #f7f1d1;
    border: 2px solid #3a5aa8;
    border-radius: 10px;
    padding: 25px;
}
h1{
    color:#f50707;
    margin-bottom: 15px;
}
.nd p{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.nd1{
    width: 450px;
    height: 260px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
    background-image:url("./img/mecon.jpg");
    background-size: cover;
    background-position: center;
    color:white;
}
h2{
    color: yellow;
    margin-bottom: 15px;
}
.nd1 p{
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}