body {
  font-family: 'Barlow', sans-serif;
  padding-top: 100px;

}
a {
  color: #e66d25;
  font-weight: 900;
  text-decoration: none;
}
.visualization {
  width: 100%;
}
.itemElement {
  font-family: 'Barlow', sans-serif;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid black;
  font-weight: 700;
  font-size: 14pt;
  padding: 15px;
}
.itemElement img {
  margin: 10px 10px 10px 10px;
}
.commentary {
  font-size: 60pt;
  font-weight: 300;
}
.commentaryText {
  padding-top: 10px;
  color: black;
  font-weight: 300;
  font-size: 12pt;
  text-align: left;
}
.titleBar {
  text-align: center;
  margin-bottom: 60px;
}
.titleBar p {
  font-weight: 500 !important;
}
.titleBar h1 {
  font-weight: 300;
}
.boxTitle {
  height: 50px;
}
.footer {
  padding-bottom: 100px;
}
