body { background-color: #e1e1e1; display: flex; flex-direction: row; flex-wrap: wrap; align-content: space-around; justify-content: center; } .dashboard_small { height: 150px; width: 150px; display: flex; align-items: center; justify-content: space-evenly; flex-direction: column; background-color: #2b2b2b; color: white; padding: 10px; margin: 10px; text-align: center; border-radius: 2vw; box-shadow: 0px 0px 12px #145693; } .poppins_semibold { font-family: "Poppins", serif; font-weight: 600; font-style: normal; } .poppins_light { font-family: "Poppins", serif; font-weight: 400; font-style: normal; } .poppins_black { font-family: "Poppins", serif; font-weight: 900; font-style: Normal; } .dashboard_small_title { font-size: 1em; text-transform: uppercase; } .dashboard_small_content { font-size: 2.5em; color: #04ccfb; } .nunito_sans_regular { font-family: "Nunito Sans", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-variation-settings: "wdth" 100, "YTLC" 500; } .jetbrains_mono_regular { font-family: "JetBrains Mono", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; }