.item1{grid-area:header}.item2{grid-area:menu}.item3{grid-area:main}.item4{grid-area:right}.item5{grid-area:footer}.grid-container{display:grid;grid-template-areas:"header header header header header header" "menu main main main right right" "footer footer footer footer footer footer";grid-gap:5px;grid-template-columns:180px auto 400px;padding:10px}.grid-container>div{background-color:hsla(0,0%,100%,.8);text-align:left;padding:20px 0;font-size:30px}.result{font-size:20px;font-family:arial,sans-serif}.result h3{line-height:1.3}.result .description{line-height:1.58;white-space:normal;word-wrap:break-word}.stat{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:0;padding-bottom:0;padding-right:8px;line-height:43px;color:#70757a;font-family:arial,sans-serif;font-size:14px}.flex-container{display:flex}.flex-container>div{margin:10px;padding:20px;font-size:30px}