body { background-color: rgb(247,245,249); color: aliceblue; } .App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } /* remove scroll bar */ ::-webkit-scrollbar { display: none; } .title { font-weight: 900; } .numeric-card { height: 200px; width: 300px; /* border: 1px solid; */ padding: 20px; /* background-color: #fb9261; */ box-shadow: 5px 10px 8px 10px #888888; border-radius: 15px; margin: 20px; justify-content: center; display: flex; flex-direction: column; align-items: center; } .card-title { color: black; font-size: 1em; font-weight: 600; font-family: sans-serif; } .card-data { color: black; font-size: 4em; font-family: sans-serif; } .cards-container { align-items: center; display: flex; flex-direction: column; } div.chart { font-family: sans-serif; font-size: 0.7em; } .cards-row { margin: 50px; display: flex; flex-direction: row; } div.bar { background-color: DarkRed; color: white; height: 3em; line-height: 3em; padding-right: 1em; margin-bottom: 2px; text-align: right; }