*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montaga", serif;
}
body{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #F0F2EF;
}
.container{
    max-width: 780px;
    min-height: 100svh;
    padding: 24px;
    
}
.image-section{
    max-width: 100%;
    height: auto;
}

img{
    max-width: 100%;
    max-height: 400px;
}
h2{
    color: red;
    /* text-decoration: underline; */
    font-size: 24px;
    text-align: center;


}
span{
    color: rgb(206, 0, 0);
    font-size: 20px;
    font-weight: 550;
    text-decoration: underline;
}
.author{
    text-align: right;
}

.img-title{
    color: #e40800;
    text-decoration: underline;
}