.comment-section{width:80%;margin:50px auto;background-color:#0000;padding:20px;border:1px solid lime;border-radius:2px;display:flex;flex-direction:column;box-shadow:0rem 0rem 1rem lime}.comment{display:flex;align-items:center;background-color:#33333370;padding:10px;margin-bottom:10px;border-radius:2px}.comment img{border-radius:50%;width:40px;height:40px;margin-right:10px}.comment-text{color:lime;flex:1}.comment-meta{color:#777;font-size:.9em}.comment-input{width:auto;padding:10px;margin-top:10px;background-color:#111;border:1px solid lime;color:lime}.comment-input::placeholder{color:#777}