* { box-sizing: border-box; } .base_elem { width: 100%; height: 40px; font-size: 23px; } #chat { width: 100%; overflow-y: scroll; overflow-x: hidden; padding: 10px; } .name { font-size: 14px; font-weight: bold; } .text { font-size: 20px; } .time { font-size: 10px; color: #7a7979; margin-bottom: 15px; }