.headline-of-news{width:100%;text-align:center;margin-top:3rem;color:#000}.post-info{display:flex;align-items:baseline;justify-content:space-around;gap:5rem;margin-top:2rem}.News-image-area{width:100%;text-align:-webkit-center;margin-top:2rem}.News-image-area img{height:auto;width:100%;border-radius:2rem;-o-object-fit:fill;object-fit:fill}.commentsLink{text-decoration:none;color:#000}.News-Description p{font-size:medium;line-height:1.5rem;text-align:justify;margin-top:1rem}.news-comment-area,.news-comment-area form{text-align:center}.news-comment-section{margin-top:2rem;padding:1rem;background-color:#f9f9f9;border-radius:5px}.comment-box{padding:.5rem 1rem;margin-bottom:1rem;background-color:#fff;border:1px solid #ddd;border-radius:5px}.comment-box p{margin:.5rem 0}.comment-box strong{color:#1674bf}@keyframes ringing{0%{transform:rotate(0deg)}20%{transform:rotate(-25deg)}40%{transform:rotate(25deg)}60%{transform:rotate(-15deg)}80%{transform:rotate(15deg)}to{transform:rotate(0deg)}}.ringing-icon{animation:ringing 1s ease-in-out infinite;transform-origin:top center}