.newsBody { margin: 0px 5px; font-size: 18px; color: #fff; } .newsTitle { font-size: 20px; color: var(--text-color); margin: 0px 5px; } .newsDate { margin: 0px 5px; } .newsContainer { margin: 5px 5px; } .adminPost { border-left: 2px solid yellow; border-radius: 5px; } .newsContainer img { max-width: 100%; min-width: 200px; } .newsHeader { display: flex; justify-content: space-between; align-items: center; } .user { display: flex; align-items: center; } .newsRoot { background-color: #191919; }