body{overflow:hidden}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.bodyDiv{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;min-height:80vh;padding:10px}.dashboard-container{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-bottom:10px;margin-left:0}.dashboard-container,.dashboard-item{display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard-item{-webkit-box-flex:1;-ms-flex:1 1 calc(25% - 20px);flex:1 1 calc(25% - 20px);min-width:150px;margin:10px;height:170px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;-webkit-transition:all .3s ease;transition:all .3s ease}.hover-effect{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.hover-effect:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1)}.number{font-size:45px;margin-bottom:10px}.label{font-size:20px}.wel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:1100px;margin:0 auto}