.dashboard{display:flex;flex-flow:column;justify-content:center;background-color:#f0f8ff}.dashboard section{min-height:72vh;margin-top:1.9rem;display:flex;padding-bottom:1rem;padding-left:1rem}.dashboard h2{height:60px;padding-left:1rem;display:flex;align-items:center;box-shadow:-2px 1px 5px #a0a0a0}.dashboard h3{padding-top:2rem;padding-left:1rem;font-size:1.4rem}.table-boxes{list-style-type:none;display:flex;flex-flow:row wrap;row-gap:30px;column-gap:25px;justify-content:space-around}.cards{height:10rem;width:15rem;color:#000;background-color:#f5ca91;box-shadow:2px 3px 5px #a4a3a3;border-radius:4px;transition-property:transform;transition-duration:.1s;transition-timing-function:ease-in-out}.cards h4{font-size:1.3rem}.cards h4,.cards h5{text-align:center;padding-top:40px}.cards:hover{transform:scale(1.05)}