body{
    

 
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: rgb(233, 240, 242);
}
    



h1{
    font-size: 200%;
    color: darkred;
    text-align: center;
    text-shadow: 5px 5px 5px rgb(187, 152, 152);

}
.container{
    margin: auto;
    padding: 30px;
 
    border-radius: 10px;
    box-shadow: 5px 7px 10px rgba(0,0,0,0.5);
    background-color: rgb(245, 249, 252);
}
.container::after{
    content: "";
    display: block;
    clear: both;
}

img{
    width: 400px;
    height: 440px;
    margin-left: 20px;
    margin-right: 25px;
    object-fit: cover;
    float: left;
}
.container p{
    line-height: 1.5;
}
.container h3{
    line-height: 1.8;
    text-align: justify;
    font-size: medium;
}