html,body,#root{background-color:#d3d3d3;height:100vh;margin:0;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}#main{display:flex;flex-direction:row;flex-grow:1;height:100%;margin:0}#sidebar{flex-grow:.3}#other-side{display:flex;flex-grow:1;flex-direction:column}.section{border:3px solid gray;margin:0}#new-message{flex-grow:.2}#messages{flex-grow:.8}#yourmessage{width:95%;height:90%;font-size:large}#messageslistreal{overflow-y:auto}
