/* Reset some default styles */
body, h1, h2, p, ul, li {
  margin: 0;
  padding: 0;
}

/* Basic styling */
body {
  font-family: Arial, sans-serif;
  background-image: black;
  color: #333;
}

header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  padding: 20px;
}

section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.diversitySection{
  padding: 20px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.tableauPlaceholder{
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}

.indexInfo{
  width: 70rem;
  margin-right: 2.5rem;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

Strong{
  color: #1f75fe;
}

h3{
  color: #002E63
}

.site {
  background-color: rgb(108, 108, 232)
}

.logo {
  text-align: center;
  max-width: 100px
}

.heading {
  background-color: #333;
  padding: 20px;
  color: #fff;
}

.ageChart{
  display:flex;
  align-items: center;
  justify-content: center;
}

.footer{
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  color: #555555;
  height: 40%;
  align-items: center;
  justify-content: center;
}

.foot{
  color: #333333;
}